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

+ 1 - 0
pbl.js

@@ -1293,6 +1293,7 @@ router.route("/addWorkNew2New").all((req, res, next) => {
             req.body[0].template,
             req.body[0].ateacher,
             req.body[0].highSetting,
+            req.body[0].courseState,
         ];
         p.unshift(_mysqlLabor[0], _mysqlLabor[1], "insert_teacher_work_new2New"); //執行存儲過程
         mysql.usselect(p, function(ret) {