修改oa转办流程

This commit is contained in:
梁琦涛
2024-08-08 14:33:04 +08:00
parent 67ac9e640a
commit 7524127c2b
3 changed files with 13 additions and 5 deletions
@@ -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;