|
@@ -32,7 +32,7 @@ public class HsmsStatisticsController {
|
|
|
*/
|
|
|
@ApiOperation("查询环境监测数据")
|
|
|
@GetMapping("/envirinfo")
|
|
|
- public Result<List<StatisticsVo>> envirInfo(Long spaceId)
|
|
|
+ public Result<List<StatisticsVo>> envirInfo()
|
|
|
{
|
|
|
return Result.ok(hsmsStatisticsService.selectEnvirInfo());
|
|
|
}
|