|
|
|
@ -442,8 +442,8 @@ public class BuyerServiceImpl implements BuyerService { |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
if(buyerEntity.getBuyerEntityDetail() != null && buyerEntity.getBuyerEntityDetail().size()>0){ |
|
|
|
|
buyerMapper.deleteBuyerDetail(buyerEntity.getId()); |
|
|
|
|
if(buyerEntity.getBuyerEntityDetail() != null && buyerEntity.getBuyerEntityDetail().size()>0){ |
|
|
|
|
buyerMapper.batchInsertBuyerDetail(buyerEntity.getBuyerEntityDetail()); |
|
|
|
|
} |
|
|
|
|
if(isAdd && existBuyer != null){ |
|
|
|
|