Commit 59c1ef3e authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 35f3cbf9
...@@ -819,9 +819,9 @@ public class TAutoMainRelServiceImpl extends ServiceImpl<TAutoMainRelMapper, TAu ...@@ -819,9 +819,9 @@ public class TAutoMainRelServiceImpl extends ServiceImpl<TAutoMainRelMapper, TAu
if (Common.isNotNull(schemes)){ if (Common.isNotNull(schemes)){
Map<String,TAutoContractScheme> map; Map<String,TAutoContractScheme> map;
// 不为空且无新增数据,为空前面校验过了,这里不处理 // 不为空且无新增数据,为空前面校验过了,这里不处理
if (Common.isNotNull(schemes) && !flag){ if (Common.isNotNull(schemes) && !schemeFlag){
map = schemes.stream().collect(Collectors.toMap(TAutoContractScheme::getId, v->v)); map = schemes.stream().collect(Collectors.toMap(TAutoContractScheme::getId, v->v));
if (Common.isNotNull(insurStandardsOld)){ if (Common.isNotNull(autoContractRuleOld)){
String differenceKey; String differenceKey;
TAutoContractScheme newTemp; TAutoContractScheme newTemp;
for (TAutoContractScheme old:schemesOld){ for (TAutoContractScheme old:schemesOld){
......
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