|
|
@ -275,7 +275,7 @@ public class BasicdataDriverArteryServiceImpl extends BaseServiceImpl<BasicdataD |
|
|
|
throw new ServiceException(phone + "手机号码已存在!"); |
|
|
|
throw new ServiceException(phone + "手机号码已存在!"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
R<User> userR = userClient.userInfoByPhone("627683", datum.getPhone()); |
|
|
|
R<User> userR = userClient.userInfoByPhone(AuthUtil.getTenantId(), datum.getPhone()); |
|
|
|
if (userR.getData() == null) { |
|
|
|
if (userR.getData() == null) { |
|
|
|
// log.error("未找到用户");
|
|
|
|
// log.error("未找到用户");
|
|
|
|
// continue;
|
|
|
|
// continue;
|
|
|
|