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(