Commit e67a5589 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 703f73e3
...@@ -791,11 +791,11 @@ public class TAutoMainRelServiceImpl extends ServiceImpl<TAutoMainRelMapper, TAu ...@@ -791,11 +791,11 @@ public class TAutoMainRelServiceImpl extends ServiceImpl<TAutoMainRelMapper, TAu
} }
} }
} }
if (flag){ }
diffKeyMap.put("insurStandardRule","standardInfos"); if (flag){
oldMap.put("oldInsurStandards",insurStandardsOld); diffKeyMap.put("insurStandardRule","standardInfos");
newMap.put("newInsurStandards",insurStandards); oldMap.put("oldInsurStandards",insurStandardsOld);
} newMap.put("newInsurStandards",insurStandards);
} }
} }
//处理员工合同签订规则日志 //处理员工合同签订规则日志
......
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