Explorar el Código

修改学生批量上传

11wqe1 hace 8 horas
padre
commit
25d6973ecb
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      pbl.js

+ 4 - 4
pbl.js

@@ -7279,11 +7279,11 @@ router.route("/batchRegistrationMoreCopyNew").post(function(req, res, next) {
         _userdata.unshift(_mysqluser[0], _mysqluser[1], "pbl_add_batchregisterNew");
         //用戶註冊處理
         mysql.usselect(_userdata, function(ret) {
-            let _pbluserdata = [ ret[1][0].uid ];
-            _pbluserdata.unshift(_mysqlLabor[0], _mysqlLabor[1], "updateAccountList");
-            mysql.usselect(_pbluserdata, function(ret) {
+            // let _pbluserdata = [ ret[1][0].uid ];
+            // _pbluserdata.unshift(_mysqlLabor[0], _mysqlLabor[1], "updateAccountList");
+            // mysql.usselect(_pbluserdata, function(ret) {
                 res.end(JSON.stringify({ success: 1 }));
-            });
+            // });
         });
     }
 });