|
@@ -2454,7 +2454,7 @@ router.route('/batchRegistrationMoreOrg').post(function(req, res, next) {
|
|
|
_org
|
|
|
];
|
|
|
//參數拼接,註冊
|
|
|
- _userdata.unshift(_mysqluser[0], _mysqluser[1], "pbl_add_batchregisterp_org2");
|
|
|
+ _userdata.unshift(_mysqluser[0], _mysqluser[1], "pbl_add_batchregister_org2");
|
|
|
//用戶註冊處理
|
|
|
mysql.usselect(_userdata, function(ret) {
|
|
|
res.end(JSON.stringify({ success: 1 }));
|