修正订单费用详情计算
This commit is contained in:
parent
4337f212b3
commit
064f974397
@ -741,6 +741,7 @@ public class WxPayServiceImpl implements WxPayService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
detailInfo.setDispatchFee(detailInfo.getDispatchFee() + detailInfo.getParkingAreaOutDispatchFee() + detailInfo.getDispatchFeeOutOperateArea() + detailInfo.getDispatchFeeBanArea());
|
||||||
orderInfo.setOrderDetailInfo(detailInfo);
|
orderInfo.setOrderDetailInfo(detailInfo);
|
||||||
// 支付信息
|
// 支付信息
|
||||||
PayInfo payInfo = new PayInfo();
|
PayInfo payInfo = new PayInfo();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user