|
|
@@ -1551,7 +1551,7 @@ router.route("/selectStudent2").all((req, res, next) => {
|
|
|
);
|
|
|
});
|
|
|
|
|
|
-/* 新学生管理查询学生 */
|
|
|
+// 新学生管理查询学生 yym
|
|
|
router.route("/selectStudentManage").all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|
|
|
getmysql(
|
|
|
@@ -1566,6 +1566,19 @@ router.route("/selectStudentManage").all((req, res, next) => {
|
|
|
);
|
|
|
});
|
|
|
|
|
|
+// 新学生管理查询学生 yym
|
|
|
+router.route("/selectStudentManageTwo").all((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ getmysql(
|
|
|
+ req,
|
|
|
+ res,
|
|
|
+ "selectStudentManageTwo",
|
|
|
+ json["oid"],
|
|
|
+ json["cid"],
|
|
|
+ json["inp"]
|
|
|
+ );
|
|
|
+});
|
|
|
+
|
|
|
/* 查询教师 */
|
|
|
router.route("/selectTeacher2").all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|