Browse Source

输入随机码直接上课

11wqe1 5 days ago
parent
commit
1c915c447b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -6627,6 +6627,12 @@ router.route("/updateCyOP").all((req, res, next) => {
     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
 router.route("/selectGradeNew").all((req, res, next) => {
     var json = queryString(req.url);