lsc 1 năm trước cách đây
mục cha
commit
e436350d1c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {