[KC-99] 추론관리 분석결과 상세목록 uuid없을때 오류 메시지 변경
This commit is contained in:
@@ -366,7 +366,7 @@ public class InferenceResultApiController {
|
||||
public ApiResponseDto<Page<InferenceDetailDto.Geom>> getInferenceGeomList(
|
||||
@Parameter(description = "회차 uuid", example = "8584e8d4-53b3-4582-bde2-28a81495a626")
|
||||
@RequestParam(required = true)
|
||||
String uuid,
|
||||
UUID uuid,
|
||||
@Parameter(description = "기준년도 분류", example = "land") @RequestParam(required = false)
|
||||
String targetClass,
|
||||
@Parameter(description = "비교년도 분류", example = "waste") @RequestParam(required = false)
|
||||
|
||||
@@ -502,7 +502,7 @@ public class InferenceResultService {
|
||||
return inferenceResultCoreService.getInferenceClassCountList(uuid);
|
||||
}
|
||||
|
||||
public Page<Geom> getInferenceGeomList(String uuid, SearchGeoReq searchGeoReq) {
|
||||
public Page<Geom> getInferenceGeomList(UUID uuid, SearchGeoReq searchGeoReq) {
|
||||
return inferenceResultCoreService.getInferenceGeomList(uuid, searchGeoReq);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user