mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
发送启动充电指令前不下发计费模板
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user