mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 14:05:04 +08:00
新增 华为相关接口 Service
This commit is contained in:
@@ -566,6 +566,12 @@ public class PileBillingTemplateServiceImpl implements PileBillingTemplateServic
|
||||
vo.setElectricityPrice(billingTemplateVO.getValleyElectricityPrice().toString());
|
||||
vo.setServicePrice(billingTemplateVO.getValleyServicePrice().toString());
|
||||
}
|
||||
// 计费模板id
|
||||
vo.setTemplateId(billingTemplateVO.getTemplateId());
|
||||
// 计费模板编号
|
||||
vo.setTemplateCode(billingTemplateVO.getTemplateCode());
|
||||
// 发布时间
|
||||
vo.setPublishTime(billingTemplateVO.getPublishTime());
|
||||
// 总费用
|
||||
vo.setTotalPrice(new BigDecimal(vo.getElectricityPrice()).add(new BigDecimal(vo.getServicePrice())).toString());
|
||||
// 开始时间
|
||||
|
||||
Reference in New Issue
Block a user