update 调试接口

This commit is contained in:
Guoqs
2025-06-03 16:19:46 +08:00
parent a276da884a
commit 572af79b92
2 changed files with 3 additions and 2 deletions

View File

@@ -1153,6 +1153,7 @@ public class TempService {
.orderServiceAmount(orderDetail.getTotalServiceAmount()) // 服务费金额
.orderServiceDiscountAmount(orderDetail.getDiscountServiceAmount()) // 服务费折扣金额
.orderRefundAmount(orderBasicInfo.getRefundAmount()) // 退款金额
.orderBasicInfo(orderBasicInfo)
.build();
// 是否重新退款