|
@RequestParam(required = true) String statDate,
|
|
@RequestParam(required = true) String statDate,
|
|
return write(200, "查询成功", "data", statisticsESService.getAVGSocreByMonth(level, area, statDate, endDate));
|
|
return write(200, "查询成功", "data", statisticsESService.getAVGSocreByMonth(level, area, statDate, endDate));
|