update 预约充电

This commit is contained in:
2023-03-29 13:45:10 +08:00
parent c40fe4e2b7
commit 1aaff6aff4
5 changed files with 90 additions and 18 deletions

View File

@@ -66,6 +66,9 @@ public class JsowellTask {
}
log.info("待启动充电订单:{}", list);
for (OrderBasicInfo orderInfo : list) {
// 下发充电桩设置指令
String pileSn = orderInfo.getPileSn();
// 发送启动充电指令前,再次下发计费模板
BillingTemplateVO billingTemplateVO = pileBillingTemplateService.selectBillingTemplateDetailByPileSn(pileSn);