|
@@ -390,7 +390,7 @@ public class UserLogic {
|
|
|
if (!StringUtil.isEmpty(userWait.getWorkerNumber()) && userWaitService.lambdaQuery().in(UserWait::getWorkerNumber,userWait.getWorkerNumber())
|
|
|
.eq(UserWait::getWebsitId,userWait.getWebsitId()).count()
|
|
|
> 0)
|
|
|
- throw new RemoteServiceException(userWait.getMobile()+"拥有这个网点");
|
|
|
+ throw new RemoteServiceException("不同师傅不能导入重复师傅编号,请检查"+userWait.getMobile()+"!");
|
|
|
|
|
|
|
|
|
userWaits.add(userWait);
|