This commit is contained in:
linfso 2025-05-29 16:34:12 +08:00
parent 311b6c0c7f
commit 9dcdefdc1e

View File

@ -85,7 +85,7 @@ public class Oms2cStaffController extends BaseController
if (StringUtils.isNotEmpty(user.getPhone()) if (StringUtils.isNotEmpty(user.getPhone())
&& UserConstants.NOT_UNIQUE.equals(userService.checkPhoneUnique(user))) && UserConstants.NOT_UNIQUE.equals(userService.checkPhoneUnique(user)))
{ {
return AjaxResult.error("新增子账户'" + user.getUserName() + "'失败,手机号码已存在"); return AjaxResult.error("新增子账户失败,手机号码已存在");
} }
String monthPayCode=user.getMonthlyPayCode(); String monthPayCode=user.getMonthlyPayCode();