mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
2025年2月6日15点01分取消启动前下发计费模板
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user