mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-30 03:58:09 +08:00
集团订单保存集团编号
This commit is contained in:
@@ -809,6 +809,7 @@ public abstract class AbstractProgramLogic implements InitializingBean {
|
|||||||
afterDiscountServiceAmount = orderDetail.getTotalServiceAmount();
|
afterDiscountServiceAmount = orderDetail.getTotalServiceAmount();
|
||||||
afterDiscountElectricityAmount = orderDetail.getTotalElectricityAmount();
|
afterDiscountElectricityAmount = orderDetail.getTotalElectricityAmount();
|
||||||
} else {
|
} else {
|
||||||
|
orderBasicInfo.setGroupCode(memberDiscountVO.getGroupCode());
|
||||||
BillingTemplateVO billingTemplateVO = memberDiscountVO.getBillingTemplateVO();
|
BillingTemplateVO billingTemplateVO = memberDiscountVO.getBillingTemplateVO();
|
||||||
|
|
||||||
// 尖时段用电量
|
// 尖时段用电量
|
||||||
|
|||||||
Reference in New Issue
Block a user