Commit b640fdd1 authored by fangxinjiang's avatar fangxinjiang

社保自动化配置-fxj

parent e55822c9
...@@ -899,6 +899,8 @@ public class TAutoMainRelServiceImpl extends ServiceImpl<TAutoMainRelMapper, TAu ...@@ -899,6 +899,8 @@ public class TAutoMainRelServiceImpl extends ServiceImpl<TAutoMainRelMapper, TAu
ignoreFields.add("deptId"); ignoreFields.add("deptId");
ignoreFields.add("deptNo"); ignoreFields.add("deptNo");
ignoreFields.add("standardInfos"); ignoreFields.add("standardInfos");
ignoreFields.add("upperLimit");
ignoreFields.add("lowerLimit");
// 更新档案管理规则 // 更新档案管理规则
if (Common.isNotNull(autoEmpRuleNew)){ if (Common.isNotNull(autoEmpRuleNew)){
......
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