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