|
@@ -180,7 +180,7 @@ public class BackendStaffController extends BaseController {
|
|
|
if (accountInfo.getMerchantId() != null && accountInfo.getMerchantId() > 0) {
|
|
|
mtStaff.setMerchantId(accountInfo.getMerchantId());
|
|
|
}
|
|
|
- mtStaff.setStoreId((long) Integer.parseInt(storeId));
|
|
|
+ mtStaff.setStoreId((long) Long.parseLong(storeId));
|
|
|
mtStaff.setRealName(realName);
|
|
|
if (PhoneFormatCheckUtils.isChinaPhoneLegal(mobile)) {
|
|
|
mtStaff.setMobile(mobile);
|