bug修改

This commit is contained in:
lgh
2022-07-16 13:31:20 +08:00
parent 8047bab61c
commit 6eb2839b7a
2 changed files with 6 additions and 6 deletions

View File

@@ -89,11 +89,11 @@ public class PlatformUpmsServiceFallback implements PlatformUpmsService {
*/
@Override
public R<LoginUser> login(String mobile, String password) {
if (isDebug()) {
/* if (isDebug()) {
log.warn("平台通用权限管理服务不可用,使用测试用户数据");
return R.ok(LoginUser.builder().userId(1L).mobile("13588441519").userName("jiff")
.orgId(1L).userType(LoginUser.USER_TYPE_PLATFORM).build());
}
}*/
return upmsService.login(mobile, password);
}