This commit is contained in:
Guoqs
2025-01-06 12:14:22 +08:00
parent 87bb2926e8
commit bb02068115
3 changed files with 22 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ public class OrderRabbitListener {
log.info("接收到订单结算数据:{}", afterSettleOrderDTO);
List<String> newLogicStationIdList = YKCUtils.getNewLogicStationIdList();
if (newLogicStationIdList.contains(afterSettleOrderDTO.getStationId())) {
log.info("接收到订单结算数据:{}", afterSettleOrderDTO);
try {
orderBasicInfoService.realTimeOrderSplit(afterSettleOrderDTO);
} catch (BaseAdaPayException e) {