修改网格员也可以看推荐的政策

This commit is contained in:
sh
2026-06-04 17:26:48 +08:00
parent 1bcbaa54e0
commit c0816c0a3b
2 changed files with 4 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ public class AppUserServiceImpl extends ServiceImpl<AppUserMapper,AppUser> imple
Integer pendCount=jobApplyMapper.selectPendCount(apply);
appUser.setPendCount(pendCount == null ? 0 : pendCount);
}
}else if("1".equals(appUser.getIsCompanyUser())){
}else if(StringUtil.COMPANY_TYPES.contains(appUser.getIsCompanyUser())){
//验证身份证完整性
QuickValidUtils.idCardValid(appUser);
//工作经历