mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-26 18:18:01 +08:00
update
This commit is contained in:
@@ -923,7 +923,7 @@ public class TempController extends BaseController {
|
||||
RestApiResponse<?> response = null;
|
||||
try {
|
||||
//stationId ,merchantIdList,stationIdList,merchantId,startTime,endTime
|
||||
List<OrderCountByTimeVO> result = tempService.queryOrderCountByTime(dto);
|
||||
OrderCountByTimeVO result = tempService.queryOrderCountByTime(dto);
|
||||
response = new RestApiResponse<>(result);
|
||||
} catch (Exception e) {
|
||||
logger.error("时间区间查询订单统计 error", e);
|
||||
|
||||
Reference in New Issue
Block a user