lsc 2 年之前
父節點
當前提交
4825a14919
共有 1 個文件被更改,包括 2 次插入2 次删除
  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查询分类