Browse Source

新学生管理编辑班级时查询学生

11wqe1 1 week ago
parent
commit
6f1064ba30
1 changed files with 12 additions and 0 deletions
  1. 12 0
      pbl.js

+ 12 - 0
pbl.js

@@ -1645,6 +1645,18 @@ router.route("/selectStudentManage").all((req, res, next) => {
     );
 });
 
+//  新学生管理编辑班级时查询学生  yym
+router.route("/selectchStu").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(
+        req,
+        res,
+        "selectchStu",
+        json["oid"],
+        json["inp"],
+    );
+});
+
 //  新学生管理查询学生  yym
 router.route("/selectStudentManageTwo").all((req, res, next) => {
     var json = queryString(req.url);