mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user