영상관리 추가 수정

This commit is contained in:
Moon
2025-12-17 11:28:25 +09:00
parent ea6fcb2364
commit 3efb5302df
6 changed files with 66 additions and 101 deletions

View File

@@ -213,8 +213,8 @@ public class MapSheetMngService {
}
public Page<MapSheetMngDto.MngDto> findMapSheetMngList(MapSheetMngDto.MngSearchReq searchReq) {
return mapSheetMngCoreService.findMapSheetMngList(searchReq);
public List<MapSheetMngDto.MngDto> findMapSheetMngList() {
return mapSheetMngCoreService.findMapSheetMngList();
}
public MapSheetMngDto.MngDto findMapSheetMng(int mngYyyy) {