修改oa转办流程
This commit is contained in:
+1
-1
@@ -252,7 +252,7 @@ public class LoginServiceImpl implements ILoginService {
|
||||
if (StringUtils.isNotBlank(oauthUserInfo.getErrCode())){
|
||||
throw new JeroBootException(oauthUserInfo.getMsg());
|
||||
}
|
||||
if (StringUtils.isBlank(oauthUserInfo.getLoginName())){
|
||||
if (StringUtils.isBlank(oauthUserInfo.getEmployeeNumber())){
|
||||
throw new JeroBootException("loginName返回信息为空!");
|
||||
}
|
||||
return oauthUserInfo;
|
||||
|
||||
Reference in New Issue
Block a user