spot less 적용

This commit is contained in:
2025-12-23 13:25:14 +09:00
parent c3cbad15bd
commit 5a6b785c72
2 changed files with 2 additions and 4 deletions

View File

@@ -422,8 +422,7 @@ public class MapSheetMngRepositoryImpl extends QuerydslRepositorySupport
mapInkx5kEntity.mapidNm, mapSheetMngHstEntity.mapSheetNum)
.as("map50kName"),
Expressions.stringTemplate(
"({0},{1})",
mapInkx5kEntity.mapidNm, mapSheetMngHstEntity.mapSheetNum)
"({0},{1})", mapInkx5kEntity.mapidNm, mapSheetMngHstEntity.mapSheetNum)
.as("map5kName"),
Expressions.stringTemplate(
"concat({0},substring({1}, 6, 8))",

View File

@@ -39,8 +39,7 @@ public class MapSheetMngFileJobApiController {
})
@PutMapping("/mng-sync-job")
public ApiResponseDto<String> mngSyncOnOff(
@RequestParam boolean jobStart,
@RequestParam int pageSize) {
@RequestParam boolean jobStart, @RequestParam int pageSize) {
mapSheetMngFileJobController.setSchedulerEnabled(jobStart);
mapSheetMngFileJobController.setMngSyncPageSize(pageSize);