From 5590d362e1028201588ca05a8d31650cf9dc7ca7 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Thu, 6 Feb 2025 15:06:08 +0800 Subject: [PATCH] =?UTF-8?q?=202025=E5=B9=B42=E6=9C=886=E6=97=A515=E7=82=B9?= =?UTF-8?q?01=E5=88=86=E5=8F=96=E6=B6=88=E5=90=AF=E5=8A=A8=E5=89=8D?= =?UTF-8?q?=E4=B8=8B=E5=8F=91=E8=AE=A1=E8=B4=B9=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/jsowell/pile/service/PileRemoteService.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/PileRemoteService.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/PileRemoteService.java index 1a4597f66..7a48c79a5 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/PileRemoteService.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/PileRemoteService.java @@ -114,10 +114,10 @@ public class PileRemoteService { return; } - // 发送启动充电指令前,再次下发计费模板 - BillingTemplateVO billingTemplateVO = pileBillingTemplateService.selectBillingTemplateDetailByPileSn(pileSn); - this.publishPileBillingTemplate(pileSn, billingTemplateVO); - log.info("发送启动充电指令前,再次下发计费模板, transactionCode:{}, 计费模板:{}", transactionCode, JSON.toJSONString(billingTemplateVO)); + // 发送启动充电指令前,再次下发计费模板 2025年2月6日15点01分取消启动前下发计费模板 + // BillingTemplateVO billingTemplateVO = pileBillingTemplateService.selectBillingTemplateDetailByPileSn(pileSn); + // this.publishPileBillingTemplate(pileSn, billingTemplateVO); + // log.info("发送启动充电指令前,再次下发计费模板, transactionCode:{}, 计费模板:{}", transactionCode, JSON.toJSONString(billingTemplateVO)); log.info("【=====平台下发指令=====】: 远程启动充电, 桩号:{}, 枪口号:{}", pileSn, connectorCode); StartChargingCommand startChargingCommand = StartChargingCommand.builder()