src/main/kotlin/cn/flightfeather/supervision/lightshare/web/EvaluationsubruleController.kt
@@ -33,4 +33,10 @@ @ApiParam("场景类型id") @RequestParam("sceneTypeId") sceneTypeId: String, @ApiParam(value = "评分表版本, 格式 yyyy-MM, 默认获取最新版本") @RequestParam("version") version: String? ) = evaluationsubruleService.search(districtCode, sceneTypeId, version) @ApiOperation(value = "查找巡查任务自动评估的评分细节") @GetMapping("/score") fun getAutoScore( @ApiParam(value = "巡查任务id") @RequestParam subTaskId: String, ) = resPack { evaluationsubruleService.getAutoScore(subTaskId) } }