2025年2月6日15点01分取消启动前下发计费模板

This commit is contained in:
Guoqs
2025-02-06 15:06:08 +08:00
parent 74543bbdd9
commit 5590d362e1

View File

@@ -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()