소스 검색

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

11wqe1 4 일 전
부모
커밋
41e060bdaf
1개의 변경된 파일15개의 추가작업 그리고 1개의 파일을 삭제
  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");