|
@@ -343,7 +343,7 @@ public class JobUserServiceImpl implements JobUserService {
|
|
|
result += ifRepeatIdentity? 1:0;
|
|
|
result += ifRepeatMobile? 2:0;
|
|
|
|
|
|
- if(!data.getSocialSecurityCard().equals(null)){
|
|
|
+ if(!stringUtils.IsNullOrEmpty(data.getSocialSecurityCard())){
|
|
|
PcJobuserExample jobUserExp3= new PcJobuserExample();
|
|
|
jobUserExp3.or().andUserMobileEqualTo(data.getSocialSecurityCard()).andJobuserIDNotEqualTo(data.getJobUserID());
|
|
|
var ifRepeatSocialCard = pcJobuserMapper.selectByExample(jobUserExp3).size()>0;
|