Commit eb700668 authored by chenyuxi's avatar chenyuxi

feat: 瓜子生成人员档案附件调整

parent 88b02302
......@@ -861,16 +861,16 @@ public class TGzEmpInfoServiceImpl extends ServiceImpl<TGzEmpInfoMapper, TGzEmpI
// 41(瓜子申明签名)42(瓜子确认签名)NID_A(证件正面) NID_B(证件反面)
// 附件类型转化:声明签字:21;确认签字:22; 9身份证;24 身份证国徽
if("41".equals(atta.getRelationType())){
atta.setRelationType("21");
attaEmp.setRelationType("21");
}
if("42".equals(atta.getRelationType())){
atta.setRelationType("22");
attaEmp.setRelationType("22");
}
if("NID_A".equals(atta.getRelationType())){
atta.setRelationType("9");
attaEmp.setRelationType("9");
}
if("NID_B".equals(atta.getRelationType())){
atta.setRelationType("24");
attaEmp.setRelationType("24");
}
attaEmp.setDomainId(empId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment