lsc hace 2 años
padre
commit
4825a14919
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pbl.js

+ 2 - 2
pbl.js

@@ -1688,9 +1688,9 @@ router.route('/selectTypeByOid').all((req, res, next) => {
 });
 
 //根据组织id查询子分类
-router.route('/selectStudentType').all((req, res, next) => {
+router.route('/selectStudentTypeByOid').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectStudentType", json["oid"]);
+    getmysql(req, res, "selectStudentTypeByOid", json["oid"]);
 });
 
 //更加父id查询分类