zengyicheng %!s(int64=3) %!d(string=hai) anos
pai
achega
18f78cf465
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -211,7 +211,7 @@ router.route('/selectCourse').all((req, res, next) => {
     getmysql(req, res, "select_course", json['type'], json['uid'], json['oid'], json['page'], 10);
 });
 
-查询学校
+//查询学校
 router.route('/selectSchoolName').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "selectOidName", json['oid']);