Explorar o código

新学生管理查询学生带排序

11wqe1 hai 4 días
pai
achega
41e060bdaf
Modificáronse 1 ficheiros con 15 adicións e 1 borrados
  1. 15 1
      pbl.js

+ 15 - 1
pbl.js

@@ -1644,7 +1644,21 @@ router.route("/selectStudentManage").all((req, res, next) => {
         json["num"]
     );
 });
-
+//  新学生管理查询学生带排序  yym
+router.route("/selectStudentManagesrt").all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(
+        req,
+        res,
+        "selectStudentManagesrt",
+        json["oid"],
+        json["cid"],
+        json["inp"],
+        json["srt"],
+        json["page"],
+        json["num"]
+    );
+});
 //  新学生管理编辑班级时查询学生  yym
 router.route("/selectchStu").all((req, res, next) => {
     postmysql(req, res, "selectchStu");