Kaynağa Gözat

输入随机码直接上课

11wqe1 1 ay önce
ebeveyn
işleme
54eba8e250
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

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