영상데이터관리 > 오류 처리 내역 변경

This commit is contained in:
Moon
2025-12-16 18:34:53 +09:00
parent 3dbe6d1e5c
commit d8aff03665
3 changed files with 188 additions and 39 deletions

View File

@@ -43,8 +43,6 @@ public class MapSheetMngApiController {
public ApiResponseDto<Page<MapSheetMngDto.MngDto>> findMapSheetMngList(
@RequestBody MapSheetMngDto.MngSearchReq searchReq) {
System.out.println("kkkkkkkkkkkkkkkkkkkkkkkkk");
return ApiResponseDto.ok(mapSheetMngService.findMapSheetMngList(searchReq));
}