From 340761e81863f4ef7413b04002ee825d0a7d0ea2 Mon Sep 17 00:00:00 2001 From: Lemon Date: Mon, 4 Nov 2024 08:14:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E5=90=AF=E5=8A=A8=E5=85=85?= =?UTF-8?q?=E7=94=B5=E6=8C=87=E4=BB=A4=E5=89=8D=E4=B8=8D=E4=B8=8B=E5=8F=91?= =?UTF-8?q?=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 --- .../pile/service/impl/OrderBasicInfoServiceImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java index a5ba18ea8..129101a83 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java @@ -3181,9 +3181,9 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService { String pileSn = orderInfo.getPileSn(); // 发送启动充电指令前,再次下发计费模板 - BillingTemplateVO billingTemplateVO = pileBillingTemplateService.selectBillingTemplateDetailByPileSn(pileSn); - pileRemoteService.publishPileBillingTemplate(pileSn, billingTemplateVO); - logger.info("发送启动充电指令前,再次下发计费模板, transactionCode:{}, 计费模板:{}", orderInfo.getTransactionCode(), JSON.toJSONString(billingTemplateVO)); + // BillingTemplateVO billingTemplateVO = pileBillingTemplateService.selectBillingTemplateDetailByPileSn(pileSn); + // pileRemoteService.publishPileBillingTemplate(pileSn, billingTemplateVO); + // logger.info("发送启动充电指令前,再次下发计费模板, transactionCode:{}, 计费模板:{}", orderInfo.getTransactionCode(), JSON.toJSONString(billingTemplateVO)); if (sendStartCharging) { // String pileSn = orderInfo.getPileSn();