Browse Source

输入随机码直接上课

11wqe1 6 days ago
parent
commit
54eba8e250
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

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