修正订单费用详情计算

This commit is contained in:
jkcdev 2025-05-23 09:27:53 +08:00
parent 4337f212b3
commit 064f974397

View File

@ -741,6 +741,7 @@ public class WxPayServiceImpl implements WxPayService {
}
}
}
detailInfo.setDispatchFee(detailInfo.getDispatchFee() + detailInfo.getParkingAreaOutDispatchFee() + detailInfo.getDispatchFeeOutOperateArea() + detailInfo.getDispatchFeeBanArea());
orderInfo.setOrderDetailInfo(detailInfo);
// 支付信息
PayInfo payInfo = new PayInfo();