src/main/kotlin/cn/flightfeather/supervision/lightshare/web/ProblemlistController.kt
@@ -92,6 +92,13 @@ @RequestParam date: String, ): List<ProblemListVo> = problemlistService.getProblemByScene(sceneId, date) @GetMapping("/getBySceneMonth") fun getBySceneMonth( @RequestParam(value = "sceneId", required = true) sceneId: String, @RequestParam(required = false) year: Int?, @RequestParam(required = false) month: Int?, ) = problemlistService.getBySceneMonth(sceneId, year, month) @IgnoreResponseAdvice @GetMapping("/month_anlysis") fun getMonthProblemsById(