Commit 62f36076 authored by huyuchen's avatar huyuchen

huyc 项目档案代码提交

parent 47fef00f
......@@ -209,11 +209,9 @@ public class TElecEmployeeInfoServiceImpl extends ServiceImpl<TElecEmployeeInfoM
TElecEmployeeInfo tElecEmployeeInfo = new TElecEmployeeInfo();
tElecEmployeeInfo.setEmpIdcard(idCard);
tElecEmployeeInfo.setEmpName(empName);
tElecEmployeeInfo.setAttaInfo(attachInfo);
if (Common.isNotNull(elecTypeMap)) {
tElecEmployeeInfo.setDataType(elecTypeMap.get(dataType));
}
tElecEmployeeInfo.setFileId(fileVo.getData().getUid());
this.save(tElecEmployeeInfo);
}
// 关流顺序,先打开的后关闭
......
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