|
@@ -7279,11 +7279,11 @@ router.route("/batchRegistrationMoreCopyNew").post(function(req, res, next) {
|
|
|
_userdata.unshift(_mysqluser[0], _mysqluser[1], "pbl_add_batchregisterNew");
|
|
_userdata.unshift(_mysqluser[0], _mysqluser[1], "pbl_add_batchregisterNew");
|
|
|
//用戶註冊處理
|
|
//用戶註冊處理
|
|
|
mysql.usselect(_userdata, function(ret) {
|
|
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 }));
|
|
res.end(JSON.stringify({ success: 1 }));
|
|
|
- });
|
|
|
|
|
|
|
+ // });
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|