Authored by chenchao

卖家显示寄回物流

@@ -74,7 +74,7 @@ private static final Logger LOGGER = LoggerUtils.getMqConsumerLogger(); @@ -74,7 +74,7 @@ private static final Logger LOGGER = LoggerUtils.getMqConsumerLogger();
74 return; 74 return;
75 } 75 }
76 76
77 - BuyerOrder buyerOrder = buyerOrderMapper.selectByOrderCode(orderCode); 77 + BuyerOrder buyerOrder = buyerOrderMapper.selectOnlyByOrderCode(orderCode);
78 78
79 if (buyerOrder == null){ 79 if (buyerOrder == null){
80 LOGGER.warn("handle express info update message,getOrderInfo order not exist, orderCode is {}", orderCode); 80 LOGGER.warn("handle express info update message,getOrderInfo order not exist, orderCode is {}", orderCode);