모델,파일싱크 수정
This commit is contained in:
@@ -235,18 +235,18 @@ public class MapSheetMngFileJobService {
|
||||
// List<String> mapSheetNums = new ArrayList<>();
|
||||
// mapSheetNums.add(mapSheetNum);
|
||||
|
||||
int strtYyyy = mngYyyy - syncAutoExceptionBeforeYearCnt;
|
||||
int endYyyy = mngYyyy - 1;
|
||||
int strtYyyy = mngYyyy - syncAutoExceptionBeforeYearCnt + 1;
|
||||
int endYyyy = mngYyyy;
|
||||
|
||||
// 이전년도가 3개년인 도엽 확인
|
||||
// 본년도+이전년도가 3개년인 도엽 확인
|
||||
Long beforeCnt =
|
||||
mapSheetMngFileJobCoreService.findByHstMapSheetBeforeYyyyListCount(
|
||||
strtYyyy, endYyyy, mapSheetNum);
|
||||
|
||||
System.out.println("mapSheetAutoExceptionUpdate mapSheetNum == " + mapSheetNum);
|
||||
System.out.println("mapSheetAutoExceptionUpdate strtYyyy == " + strtYyyy);
|
||||
System.out.println("mapSheetAutoExceptionUpdate endYyyy == " + endYyyy);
|
||||
System.out.println("mapSheetAutoExceptionUpdate beforeCnt == " + beforeCnt);
|
||||
//System.out.println("mapSheetAutoExceptionUpdate mapSheetNum == " + mapSheetNum);
|
||||
//System.out.println("mapSheetAutoExceptionUpdate strtYyyy == " + strtYyyy);
|
||||
//System.out.println("mapSheetAutoExceptionUpdate endYyyy == " + endYyyy);
|
||||
//System.out.println("mapSheetAutoExceptionUpdate beforeCnt == " + beforeCnt);
|
||||
if (beforeCnt == 0) {
|
||||
System.out.println("mapSheetAutoExceptionUpdate inference == 자동추론제외");
|
||||
mapSheetMngFileJobCoreService.updateException5kMapSheet(mapSheetNum);
|
||||
|
||||
Reference in New Issue
Block a user