|
|
@@ -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);
|