lsc 11 mesi fa
parent
commit
de9b288e75
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -331,7 +331,7 @@ router.route("/updateTeacherOffice").get((req, res, next) => {
 // 修改教研室 修2 
 router.route("/updateTeacherOffice").get((req, res, next) => {
     var json = queryString(req.url);
-    getmysql2(req, res, "updateTeacherOffice2", json["id"], json["n"], json["oid"]);
+    getmysql2(req, res, "updateTeacherOffice2", json["id"], json["n"], json["oid"], json["pid"]);
 });
 
 /* 修改年级  修1 */