mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update
This commit is contained in:
@@ -212,7 +212,15 @@ public class NotificationService {
|
||||
}catch (Exception e){
|
||||
logger.error("推送充电账单信息error", e);
|
||||
}
|
||||
|
||||
//推送充电历史订单信息
|
||||
try {
|
||||
// 根据平台类型获取Service
|
||||
if (platformService != null) {
|
||||
platformService.notificationChargeOrderInfoHistory(orderCode);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
logger.error("历史充电订单信息推送error", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user