|
|
@ -139,7 +139,7 @@ public class SDEnregyServiceImpl extends SDEnregyServiceAbstract { |
|
|
|
tempMdmGmfxxtbReqBO.setCODE(code); |
|
|
|
tempMdmGmfxxtbReqBO.setCODE(code); |
|
|
|
BuyerEntity queryBuyerEntity = new BuyerEntity(); |
|
|
|
BuyerEntity queryBuyerEntity = new BuyerEntity(); |
|
|
|
queryBuyerEntity.setBuyerCode(tempMdmGmfxxtbReqBO.getCODE()); |
|
|
|
queryBuyerEntity.setBuyerCode(tempMdmGmfxxtbReqBO.getCODE()); |
|
|
|
List<BuyerEntity> buyerEntityList = buyerMapper.selectBuyerByBuyerEntity(queryBuyerEntity, null); |
|
|
|
List<BuyerEntity> buyerEntityList = buyerMapper.selectBuyerByBuyerEntity(queryBuyerEntity, Arrays.asList("-1")); |
|
|
|
//批量新增或者修改
|
|
|
|
//批量新增或者修改
|
|
|
|
if(buyerEntityList != null && buyerEntityList.size() > 0){ |
|
|
|
if(buyerEntityList != null && buyerEntityList.size() > 0){ |
|
|
|
List<BuyerEntityDetail> buyerEntityDetail = new ArrayList<>(); |
|
|
|
List<BuyerEntityDetail> buyerEntityDetail = new ArrayList<>(); |
|
|
|