추론 수정
This commit is contained in:
@@ -351,7 +351,7 @@ public class MapSheetMngCoreService {
|
||||
}
|
||||
|
||||
/**
|
||||
* 이전 년도 도엽 조회
|
||||
* 이전 년도 도엽 조회 조건이 많을 수 있으므로 chunk 줘서 끊어서 조회
|
||||
*
|
||||
* @param year
|
||||
* @param mapIds
|
||||
|
||||
@@ -125,5 +125,12 @@ public interface MapSheetMngRepositoryCustom {
|
||||
*/
|
||||
List<MngListDto> getMapSheetMngHst(Integer year, String mapSheetScope, List<String> mapSheetNum);
|
||||
|
||||
/**
|
||||
* 비교연도 사용 가능한 이전도엽을 조회한다.
|
||||
*
|
||||
* @param year 연도
|
||||
* @param mapIds 도엽목록
|
||||
* @return 사용 가능한 이전도엽목록
|
||||
*/
|
||||
List<MngListDto> findFallbackCompareYearByMapSheets(Integer year, List<String> mapIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user