|
@@ -6627,6 +6627,12 @@ router.route("/updateCyOP").all((req, res, next) => {
|
|
|
postmysql(req, res, "updateCyOP");
|
|
postmysql(req, res, "updateCyOP");
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+// 输入随机码直接上课 yym
|
|
|
|
|
+router.route("/selectliyuanByIc2SZ").all((req, res, next) => {
|
|
|
|
|
+ var json = queryString(req.url);
|
|
|
|
|
+ getmysql(req, res, "selectliyuanByIc2SZ", json["code"], json["oid"]);
|
|
|
|
|
+});
|
|
|
|
|
+
|
|
|
// 新学生管理 获取年级与班级 yym
|
|
// 新学生管理 获取年级与班级 yym
|
|
|
router.route("/selectGradeNew").all((req, res, next) => {
|
|
router.route("/selectGradeNew").all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|
|
var json = queryString(req.url);
|