lsc 2 år sedan
förälder
incheckning
4825a14919
1 ändrade filer med 2 tillägg och 2 borttagningar
  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查询分类