mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 19:29:52 +08:00
发送启动充电指令前不下发计费模板
This commit is contained in:
@@ -3181,9 +3181,9 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
|||||||
String pileSn = orderInfo.getPileSn();
|
String pileSn = orderInfo.getPileSn();
|
||||||
|
|
||||||
// 发送启动充电指令前,再次下发计费模板
|
// 发送启动充电指令前,再次下发计费模板
|
||||||
BillingTemplateVO billingTemplateVO = pileBillingTemplateService.selectBillingTemplateDetailByPileSn(pileSn);
|
// BillingTemplateVO billingTemplateVO = pileBillingTemplateService.selectBillingTemplateDetailByPileSn(pileSn);
|
||||||
pileRemoteService.publishPileBillingTemplate(pileSn, billingTemplateVO);
|
// pileRemoteService.publishPileBillingTemplate(pileSn, billingTemplateVO);
|
||||||
logger.info("发送启动充电指令前,再次下发计费模板, transactionCode:{}, 计费模板:{}", orderInfo.getTransactionCode(), JSON.toJSONString(billingTemplateVO));
|
// logger.info("发送启动充电指令前,再次下发计费模板, transactionCode:{}, 计费模板:{}", orderInfo.getTransactionCode(), JSON.toJSONString(billingTemplateVO));
|
||||||
|
|
||||||
if (sendStartCharging) {
|
if (sendStartCharging) {
|
||||||
// String pileSn = orderInfo.getPileSn();
|
// String pileSn = orderInfo.getPileSn();
|
||||||
|
|||||||
Reference in New Issue
Block a user