mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 05:25:12 +08:00
update会员计费模板
This commit is contained in:
@@ -774,6 +774,19 @@ public abstract class AbstractProgramLogic implements InitializingBean {
|
||||
orderBasicInfo.getOrderCode(), memberId, discountAmount, discountElectricityAmount, discountServiceAmount, totalConsumeAmount);
|
||||
}
|
||||
|
||||
/**
|
||||
* 计算订单折扣V2
|
||||
* 使用优惠计费模板计算优惠金额
|
||||
* @param orderBasicInfo 订单主表
|
||||
* @param orderDetail 订单详情
|
||||
*/
|
||||
protected void calculateOrderDiscountsV2(OrderBasicInfo orderBasicInfo, OrderDetail orderDetail) {
|
||||
String memberId = orderBasicInfo.getMemberId(); // 会员id
|
||||
String stationId = orderBasicInfo.getStationId(); // 站点id
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 计算余额支付下发金额
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user