영상관리 수정
This commit is contained in:
@@ -227,6 +227,7 @@ public class MapSheetMngService {
|
|||||||
return mapSheetMngCoreService.mngDataSave(AddReq);
|
return mapSheetMngCoreService.mngDataSave(AddReq);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
public MapSheetMngDto.DmlReturn uploadFile(MultipartFile file, Long hstUid) {
|
public MapSheetMngDto.DmlReturn uploadFile(MultipartFile file, Long hstUid) {
|
||||||
return mapSheetMngCoreService.uploadFile(file, hstUid);
|
return mapSheetMngCoreService.uploadFile(file, hstUid);
|
||||||
}
|
}
|
||||||
@@ -235,6 +236,8 @@ public class MapSheetMngService {
|
|||||||
return mapSheetMngCoreService.deleteFile(req);
|
return mapSheetMngCoreService.deleteFile(req);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
public MapSheetMngDto.DmlReturn uploadProcess(@Valid List<Long> hstUidList) {
|
public MapSheetMngDto.DmlReturn uploadProcess(@Valid List<Long> hstUidList) {
|
||||||
return mapSheetMngCoreService.uploadProcess(hstUidList);
|
return mapSheetMngCoreService.uploadProcess(hstUidList);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user