|
|
@ -269,7 +269,7 @@ public class OrderInfoServiceImpl implements OrderInfoService { |
|
|
|
BuyerEntity buyerEntity = buyerMapper.queryBuyerInfoByGhfIdAndEntId(orderInfo.getGhfId(), orderInfo.getEntId()); |
|
|
|
BuyerEntity buyerEntity = buyerMapper.queryBuyerInfoByGhfIdAndEntId(orderInfo.getGhfId(), orderInfo.getEntId()); |
|
|
|
if (buyerEntity == null) { |
|
|
|
if (buyerEntity == null) { |
|
|
|
log.error("{}查询原始订单客户信息为空,id为:{}", LOGGER_MSG, orderProcessInfo.getOrderInfoId()); |
|
|
|
log.error("{}查询原始订单客户信息为空,id为:{}", LOGGER_MSG, orderProcessInfo.getOrderInfoId()); |
|
|
|
oderDetailInfo.setCheckBankFlag(OrderInfoEnum.CHECK_BANK_FLAG_YES.getKey()); |
|
|
|
oderDetailInfo.setCheckBankFlag(OrderInfoEnum.CHECK_BANK_FLAG_NO.getKey()); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
oderDetailInfo.setCheckBankFlag(buyerEntity.getCheckBankFlag()); |
|
|
|
oderDetailInfo.setCheckBankFlag(buyerEntity.getCheckBankFlag()); |
|
|
|
} |
|
|
|
} |
|
|
|