Commit f764628f authored by huyuchen's avatar huyuchen

huych-入离职登记增加附件和姓名身份证和手机号校验

parent fb637ce4
......@@ -153,8 +153,6 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe
IGNORE_FIELD.add("createName");
IGNORE_FIELD.add("updateBy");
IGNORE_FIELD.add("isAddress");
IGNORE_FIELD.add("attaList");
IGNORE_FIELD.add("attaIdList");
}
private static final List<String> PRE_IGNORE_FIELD = new ArrayList<>();
......@@ -311,7 +309,8 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe
List<TEmployeePreLogDetail> detailList = new ArrayList<>();
// 档案信息修改
TEmployeePreLogDetail detailEmpLog = null;
if (Common.isNotNull(differenceKey) && !"insurancePreList".equals(differenceKey)) {
if (Common.isNotNull(differenceKey) && !"insurancePreList".equals(differenceKey)
&& !"attaList".equals(differenceKey) && !"attaIdList".equals(differenceKey)) {
differenceKey = differenceKey.replace("insurancePreList","");
diffTitle = "档案信息二次确认";
detailEmpLog = new TEmployeePreLogDetail();
......
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