Преглед изворни кода

输入随机码直接上课

11wqe1 пре 6 дана
родитељ
комит
54eba8e250
1 измењених фајлова са 1 додато и 1 уклоњено
  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