|
|
|
@ -618,8 +618,9 @@ public class Job { |
|
|
|
person.setType(RpcApplyTypeEnum.RIGHTS_PROTECTION.getValue()); |
|
|
|
person.setType(RpcApplyTypeEnum.RIGHTS_PROTECTION.getValue()); |
|
|
|
person.setEmpNo(victim.getEmpNo()); |
|
|
|
person.setEmpNo(victim.getEmpNo()); |
|
|
|
person.setEmpName(victim.getXm()); |
|
|
|
person.setEmpName(victim.getXm()); |
|
|
|
|
|
|
|
person.setIdCode(victim.getGmsfhm()); |
|
|
|
if(StrUtil.isNotEmpty(victim.getXbmc()) ){ |
|
|
|
if(StrUtil.isNotEmpty(victim.getXbmc()) ){ |
|
|
|
person.setGender(victim.getXbmc().split("性")[0]); |
|
|
|
person.setGender("1".equals(victim.getXbmc())?"男":"女"); |
|
|
|
} |
|
|
|
} |
|
|
|
rpcApplyPersonService.saveOrUpdate(person); |
|
|
|
rpcApplyPersonService.saveOrUpdate(person); |
|
|
|
}catch (Exception e){ |
|
|
|
}catch (Exception e){ |
|
|
|
|