mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
update
This commit is contained in:
@@ -52,6 +52,9 @@ public class JsowellTask {
|
||||
@Autowired
|
||||
private AMapService aMapService;
|
||||
|
||||
@Autowired
|
||||
private ISettleOrderReportService settleOrderReportService;
|
||||
|
||||
/**
|
||||
* 关闭15分钟未支付的订单
|
||||
* close15MinutesOfUnpaidOrders
|
||||
@@ -131,7 +134,7 @@ public class JsowellTask {
|
||||
// 计算每个站点前一天的报表
|
||||
for (PileStationInfo stationInfo : list) {
|
||||
try {
|
||||
orderBasicInfoService.generateDailyOrderReports(stationInfo.getId() + "", yesterday.toString());
|
||||
settleOrderReportService.generateDailyOrderReports(stationInfo.getId() + "", yesterday.toString());
|
||||
} catch (Exception e) {
|
||||
log.error("计算站点订单报表 发生异常 stationId:{}", stationInfo.getId(), e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user