mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
支付时间
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user