spot less 적용
This commit is contained in:
@@ -422,8 +422,7 @@ public class MapSheetMngRepositoryImpl extends QuerydslRepositorySupport
|
|||||||
mapInkx5kEntity.mapidNm, mapSheetMngHstEntity.mapSheetNum)
|
mapInkx5kEntity.mapidNm, mapSheetMngHstEntity.mapSheetNum)
|
||||||
.as("map50kName"),
|
.as("map50kName"),
|
||||||
Expressions.stringTemplate(
|
Expressions.stringTemplate(
|
||||||
"({0},{1})",
|
"({0},{1})", mapInkx5kEntity.mapidNm, mapSheetMngHstEntity.mapSheetNum)
|
||||||
mapInkx5kEntity.mapidNm, mapSheetMngHstEntity.mapSheetNum)
|
|
||||||
.as("map5kName"),
|
.as("map5kName"),
|
||||||
Expressions.stringTemplate(
|
Expressions.stringTemplate(
|
||||||
"concat({0},substring({1}, 6, 8))",
|
"concat({0},substring({1}, 6, 8))",
|
||||||
|
|||||||
@@ -39,8 +39,7 @@ public class MapSheetMngFileJobApiController {
|
|||||||
})
|
})
|
||||||
@PutMapping("/mng-sync-job")
|
@PutMapping("/mng-sync-job")
|
||||||
public ApiResponseDto<String> mngSyncOnOff(
|
public ApiResponseDto<String> mngSyncOnOff(
|
||||||
@RequestParam boolean jobStart,
|
@RequestParam boolean jobStart, @RequestParam int pageSize) {
|
||||||
@RequestParam int pageSize) {
|
|
||||||
|
|
||||||
mapSheetMngFileJobController.setSchedulerEnabled(jobStart);
|
mapSheetMngFileJobController.setSchedulerEnabled(jobStart);
|
||||||
mapSheetMngFileJobController.setMngSyncPageSize(pageSize);
|
mapSheetMngFileJobController.setMngSyncPageSize(pageSize);
|
||||||
|
|||||||
Reference in New Issue
Block a user