md
This commit is contained in:
parent
311b6c0c7f
commit
9dcdefdc1e
@ -85,7 +85,7 @@ public class Oms2cStaffController extends BaseController
|
||||
if (StringUtils.isNotEmpty(user.getPhone())
|
||||
&& UserConstants.NOT_UNIQUE.equals(userService.checkPhoneUnique(user)))
|
||||
{
|
||||
return AjaxResult.error("新增子账户'" + user.getUserName() + "'失败,手机号码已存在");
|
||||
return AjaxResult.error("新增子账户失败,手机号码已存在");
|
||||
}
|
||||
|
||||
String monthPayCode=user.getMonthlyPayCode();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user