|
|
|
@@ -132,7 +132,7 @@ public class WeappController { |
|
|
|
R<LoginUser> loginInfoResult = remoteLoginService.getLoginInfoInnerByPhone(phone, SecurityConstants.INNER); |
|
|
|
|
|
|
|
if (ObjectUtil.isNull(loginInfoResult.getData()) || loginInfoResult.isFail()) { |
|
|
|
log.info("根据手机号获取用户信息返回:{}", loginInfoResult.getData().getEnterpriseName()); |
|
|
|
log.info("根据手机号获取用户信息返回:{}", loginInfoResult); |
|
|
|
response.setStatus(401); |
|
|
|
return AjaxResult.error("手机号无对应员工,请查证后重试!"); |
|
|
|
} else { |
|
|
|
|