Commit 46f55d43 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 5ce03924
...@@ -356,7 +356,7 @@ public class TInsurancePolicyServiceImpl extends ServiceImpl<TInsurancePolicyMap ...@@ -356,7 +356,7 @@ public class TInsurancePolicyServiceImpl extends ServiceImpl<TInsurancePolicyMap
this.saveBatch(saveList); this.saveBatch(saveList);
for (TInsurancePolicy py : saveList){ for (TInsurancePolicy py : saveList){
operate = new TBusinessOperate(); operate = new TBusinessOperate();
operate.setBusinessId(policy.getId()); operate.setBusinessId(py.getId());
operate.setDifferenceInfo("insert"); operate.setDifferenceInfo("insert");
operateList.add( operate); operateList.add( operate);
//tBusinessOperateService.save(operate); //tBusinessOperateService.save(operate);
......
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