Commit c99516ba authored by fangxinjiang's avatar fangxinjiang

优化-fxj

parent 08ec0f5a
...@@ -2562,12 +2562,8 @@ private R<Boolean> checkItemRepeat(List<SysAutoDictItem> autoDictItems, Map<Stri ...@@ -2562,12 +2562,8 @@ private R<Boolean> checkItemRepeat(List<SysAutoDictItem> autoDictItems, Map<Stri
entity.setRestrictSocialFund(CommonConstants.ZERO_STRING); entity.setRestrictSocialFund(CommonConstants.ZERO_STRING);
} }
// 判断是否包含合同 // 判断是否包含合同-- 合同默认配置为是
if (serverItem.contains("合同")) {
entity.setRestrictContract(CommonConstants.ONE_STRING); entity.setRestrictContract(CommonConstants.ONE_STRING);
} else {
entity.setRestrictContract(CommonConstants.ZERO_STRING);
}
// 判断是否包含商险 // 判断是否包含商险
if (serverItem.contains("商险")) { if (serverItem.contains("商险")) {
......
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