lsc 1 anno fa
parent
commit
e436350d1c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      pbl.js

+ 1 - 0
pbl.js

@@ -1834,6 +1834,7 @@ router.route("/updateTestCourse2").all((req, res, next) => { //修改评测
             req.body[0].template,
             req.body[0].ateacher,
             req.body[0].look,
+            req.body[0].typeid,
         ];
         p.unshift(_mysqlLabor[0], _mysqlLabor[1], "updateTestCourse2"); //執行存儲過程
         mysql.usselect(p, function(ret) {