zengyicheng 3 年之前
父节点
当前提交
18f78cf465
共有 1 个文件被更改,包括 1 次插入1 次删除
  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']);