This commit is contained in:
YAS\29473
2025-07-10 10:05:37 +08:00
parent 89ff62d925
commit 5694a027d5
2 changed files with 55 additions and 5 deletions

View File

@@ -201,13 +201,13 @@ public class NotificationService {
logger.error("停止充电结果推送error", e);
}
//推送充换电站用能统计信息
try {
/* try {
if (platformService != null) {
platformService.notificationOperationStatsInfo(stationId);
}
}catch (Exception e){
logger.error("推送充换电站用能统计信息error", e);
}
}*/
//推送充电账单信息
try {
if (platformService != null) {
@@ -217,14 +217,14 @@ public class NotificationService {
logger.error("推送充电账单信息error", e);
}
//推送充电历史订单信息
try {
/* try {
// 根据平台类型获取Service
if (platformService != null) {
platformService.notificationChargeOrderInfoHistory(orderCode);
}
} catch (Exception e) {
logger.error("历史充电订单信息推送error", e);
}
}*/
}
}