This commit is contained in:
2023-09-26 15:56:36 +08:00
parent 530e1d11d7
commit 94436f5484
2 changed files with 2 additions and 2 deletions

View File

@@ -474,6 +474,7 @@ public class TempService {
String orderCode = orderBasicInfo.getOrderCode();
// 查询订单支付记录
List<OrderPayRecord> orderPayRecordList = orderPayRecordService.getOrderPayRecordList(orderCode);
logger.info("doBalancePaymentTemp-查询订单:{}支付记录:{}", orderCode, JSON.toJSONString(orderPayRecordList));
if (CollectionUtils.isEmpty(orderPayRecordList)) {
return;
}