|
|
@ -188,10 +188,10 @@ public class BuyerController { |
|
|
|
if(buyerEntity.getBuyerEntityDetail() != null && buyerEntity.getBuyerEntityDetail().size() > 0 ){ |
|
|
|
if(buyerEntity.getBuyerEntityDetail() != null && buyerEntity.getBuyerEntityDetail().size() > 0 ){ |
|
|
|
buyerEntity.getBuyerEntityDetail().forEach(t->{ |
|
|
|
buyerEntity.getBuyerEntityDetail().forEach(t->{ |
|
|
|
if("0".equals(t.getDefaultMark())){ |
|
|
|
if("0".equals(t.getDefaultMark())){ |
|
|
|
orderInfo.setGhfDz(StringUtils.isBlank(buyerEntity.getAddress())?null:buyerEntity.getAddress()); |
|
|
|
orderInfo.setGhfDz(StringUtils.isBlank(t.getAddress())?null:t.getAddress()); |
|
|
|
orderInfo.setGhfDh(StringUtils.isBlank(buyerEntity.getPhone())?null:buyerEntity.getPhone()); |
|
|
|
orderInfo.setGhfDh(StringUtils.isBlank(t.getPhone())?null:t.getPhone()); |
|
|
|
orderInfo.setGhfYh(StringUtils.isBlank(buyerEntity.getBankOfDeposit())?null:buyerEntity.getBankOfDeposit()); |
|
|
|
orderInfo.setGhfYh(StringUtils.isBlank(t.getBankName())?null:t.getBankName()); |
|
|
|
orderInfo.setGhfZh(StringUtils.isBlank(buyerEntity.getBankNumber())?null:buyerEntity.getBankNumber()); |
|
|
|
orderInfo.setGhfZh(StringUtils.isBlank(t.getBankAccount())?null:t.getBankAccount()); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|