lsc 11 月之前
父节点
当前提交
962554d55b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pbl.js

+ 1 - 0
pbl.js

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