lsc hai 7 meses
pai
achega
51865e94d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

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