영상관리 설정 수정
This commit is contained in:
@@ -151,6 +151,10 @@ public class MapSheetMngFileJobService {
|
||||
fileState = "TYPEERROR";
|
||||
syncState = fileState;
|
||||
}
|
||||
|
||||
item.setMapSheetPath(item2.getParentPath());
|
||||
item.setSyncTfwFileName(item2.getFileNm());
|
||||
|
||||
} else if (item2.getExtension().equals("tif")) {
|
||||
if (tfwCnt == 0) {
|
||||
fileState = "NOTPAIR";
|
||||
@@ -165,6 +169,9 @@ public class MapSheetMngFileJobService {
|
||||
fileState = "TYPEERROR";
|
||||
syncState = fileState;
|
||||
}
|
||||
|
||||
item.setMapSheetPath(item2.getParentPath());
|
||||
item.setSyncTifFileName(item2.getFileNm());
|
||||
}
|
||||
|
||||
addReq.setFileState(fileState);
|
||||
|
||||
Reference in New Issue
Block a user