|
@@ -1644,7 +1644,21 @@ router.route("/selectStudentManage").all((req, res, next) => {
|
|
|
json["num"]
|
|
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
|
|
// 新学生管理编辑班级时查询学生 yym
|
|
|
router.route("/selectchStu").all((req, res, next) => {
|
|
router.route("/selectchStu").all((req, res, next) => {
|
|
|
postmysql(req, res, "selectchStu");
|
|
postmysql(req, res, "selectchStu");
|