|
|
|
@ -188,6 +188,10 @@ public class BuyerController { |
|
|
|
|
if (StringUtils.isNotBlank(orderInfo.getGhfNsrsbh())) { |
|
|
|
|
orderInfo.setGhfQylx(OrderInfoEnum.GHF_QYLX_04.getKey()); |
|
|
|
|
} |
|
|
|
|
orderInfo.setGhfDz(""); |
|
|
|
|
orderInfo.setGhfDh(""); |
|
|
|
|
orderInfo.setGhfYh(""); |
|
|
|
|
orderInfo.setGhfZh(""); |
|
|
|
|
if(buyerEntity.getBuyerEntityDetail() != null && buyerEntity.getBuyerEntityDetail().size() > 0 ){ |
|
|
|
|
buyerEntity.getBuyerEntityDetail().forEach(t->{ |
|
|
|
|
if("0".equals(t.getDefaultMark())){ |
|
|
|
|