支付时间

This commit is contained in:
Guoqs
2024-09-09 15:19:43 +08:00
parent 209354e5ac
commit 274b2695b4
3 changed files with 3 additions and 2 deletions

View File

@@ -488,7 +488,7 @@ public class OrderService {
}
// 支付流水对应页面支付信息
List<OrderDetailInfoVO.PayRecord> payRecords = orderPayRecordService.selectOrderPayInfoList(orderCode);
// List<OrderDetailInfoVO.PayRecord> payRecords = orderPayRecordService.selectOrderPayInfoList(orderCode);
List<OrderPayRecordVO> payRecordList = orderPayRecordService.selectOrderPayRecordList(orderCode);
vo.setPayRecordList(payRecordList);