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查询分类