feat: polishing
This commit is contained in:
@@ -40,9 +40,9 @@ public class MapSheetMngApiV2Controller {
|
||||
@ApiResponse(responseCode = "500", description = "서버 오류", content = @Content)
|
||||
})
|
||||
@GetMapping("/mng-year-list")
|
||||
public ApiResponseDto<MapSheetMngDto.ResisterYearList> findMapSheetMngYyyyList() {
|
||||
public ApiResponseDto<MapSheetMngDto.ResisterYearList> getListMapListYYYYLimit10() {
|
||||
|
||||
List<Integer> years = mapSheetMngService.findMapSheetMngYyyyList();
|
||||
List<Integer> years = mapSheetMngService.getListMapListYYYYLimit10();
|
||||
// 현재 년도 가져온다
|
||||
int currentYear = Year.now().getValue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user