mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update
This commit is contained in:
@@ -378,10 +378,10 @@ public class JiLinPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
.roundTheClock(Constants.one)//7*24小时营业 0:否 1:是
|
||||
.parkType(255)//0:免费 1:不免费 2:限时免费停车 3:充电限时减免 255:参考场地实际收费标准
|
||||
.electricityType(Constants.one) //1:商业用电 2:普通工业用电 3:大工业用电 4:其他用电
|
||||
.businessExpandType(Constants.one)
|
||||
.businessExpandType(Integer.valueOf(pileStationInfo.getAloneApply()))
|
||||
.videoMonitor(Constants.zero)
|
||||
.equipmentOwnerName("通榆县公路客运总站(通榆县开通客运服务有限公司)")
|
||||
.supplyType(Constants.one)
|
||||
// .equipmentOwnerName("通榆县公路客运总站(通榆县开通客运服务有限公司)")
|
||||
// .supplyType(Constants.one)
|
||||
.build();
|
||||
|
||||
// 报装电源容量
|
||||
@@ -673,7 +673,8 @@ public class JiLinPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
policyInfo.setStartTime(replace);
|
||||
policyInfo.setElecPrice(new BigDecimal(billingPriceVO.getElectricityPrice()).setScale(4, BigDecimal.ROUND_HALF_UP));
|
||||
policyInfo.setServicePrice(new BigDecimal(billingPriceVO.getServicePrice()).setScale(4, BigDecimal.ROUND_HALF_UP));
|
||||
|
||||
policyInfo.setDiscountElecPrice(new BigDecimal(billingPriceVO.getElectricityPrice()).setScale(4, BigDecimal.ROUND_HALF_UP));
|
||||
policyInfo.setDiscountServicePrice(new BigDecimal(billingPriceVO.getServicePrice()).setScale(4, BigDecimal.ROUND_HALF_UP));
|
||||
policyInfoList.add(policyInfo);
|
||||
}
|
||||
|
||||
@@ -1716,6 +1717,8 @@ public class JiLinPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
chargeOrderInfo.setConnectorID(orderBasicInfo.getPileConnectorCode());
|
||||
chargeOrderInfo.setStartSoc(startSoc.setScale(1, BigDecimal.ROUND_HALF_UP));
|
||||
chargeOrderInfo.setEndSoc(endSoc.setScale(1, BigDecimal.ROUND_HALF_UP));
|
||||
chargeOrderInfo.setStartTime(DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS, orderBasicInfo.getChargeStartTime()));
|
||||
chargeOrderInfo.setEndTime(DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS, orderBasicInfo.getChargeEndTime()));
|
||||
// 累计充电量
|
||||
chargeOrderInfo.setTotalPower(orderDetail.getTotalUsedElectricity().setScale(4, BigDecimal.ROUND_HALF_UP));
|
||||
chargeOrderInfo.setPushTimeStamp(DateUtils.getDateTime()); // 推送时间戳
|
||||
|
||||
Reference in New Issue
Block a user