Commit c0af9aeb authored by 李灿灿's avatar 李灿灿

fix:登记保单保费,校验表内数据重复2

parent 25393e78
...@@ -3635,7 +3635,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap ...@@ -3635,7 +3635,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
//所有校验通过后设置查到的结果 //所有校验通过后设置查到的结果
param.setDetail(detail); param.setDetail(detail);
} }
return paramList.stream().distinct().collect(Collectors.toList()); return distinctList;
} }
/** /**
......
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