|
|
@ -304,7 +304,7 @@ public class LoginServiceImpl implements LoginService { |
|
|
|
passwordLoginUserInfoFormDTO.setPhone(formDTO.getPhone()); |
|
|
|
Result<PasswordLoginUserInfoResultDTO> userInfoResult = epmetUserFeignClient.selectLoginUserInfoByPassword(passwordLoginUserInfoFormDTO); |
|
|
|
if (!userInfoResult.success() || null == userInfoResult.getData()) { |
|
|
|
logger.error("根据手机号查询运营人员信息失败,返回10003账号不存在"); |
|
|
|
// logger.error("根据手机号查询运营人员信息失败,返回10003账号不存在");
|
|
|
|
throw new RenException(EpmetErrorCode.ERR10003.getCode()); |
|
|
|
} |
|
|
|
//3、密码是否正确
|
|
|
|