feiyu02
2025-12-22 2302c9f0336f7ae4acae0583412ddc396645a0ed
src/main/kotlin/cn/flightfeather/supervision/lightshare/web/SearchController.kt
@@ -49,7 +49,7 @@
    @GetMapping("/score/detail")
    fun getAutoScore(
        @ApiParam(value = "巡查任务id") @RequestParam subTaskId: String,
    ) = resPack { searchService.getScoreDetail(subTaskId) }
    ) = searchService.getScoreDetail(subTaskId)
    @GetMapping("/subtask/jinshan")
    fun searchSubTask2(