공통코드 모든 조회 쿼리 fetchJoin -> leftJoin으로 수정

This commit is contained in:
2025-12-11 11:29:41 +09:00
parent 979aab24f4
commit 2b38a317ba
2 changed files with 4 additions and 3 deletions

View File

@@ -209,6 +209,7 @@ public class CommonCodeApiController {
return ApiResponseDto.ok(commonCodeService.findByCode(code));
}
@Operation(summary = "변화탐지 분류 코드 목록", description = "변화탐지 분류 코드 목록(공통코드 기반)")
@GetMapping("/clazz")
public ApiResponseDto<List<CommonCodeDto.Clazzes>> getClasses() {