This commit is contained in:
YAS\29473
2025-09-26 14:55:18 +08:00
parent 297405471e
commit 60ced96cb5
3 changed files with 43 additions and 15 deletions

View File

@@ -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);