Compare commits
2 Commits
8c54e5c176
...
8fd1948d7c
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fd1948d7c | |||
| 2c1047a014 |
@@ -1111,7 +1111,11 @@ public class MapSheetMngRepositoryImpl extends QuerydslRepositorySupport
|
||||
mapSheetMngHstEntity
|
||||
.mngYyyy
|
||||
.eq(year)
|
||||
.and(mapSheetMngHstEntity.syncState.eq("DONE"))
|
||||
.and(
|
||||
mapSheetMngHstEntity
|
||||
.syncState
|
||||
.eq("DONE")
|
||||
.or(mapSheetMngHstEntity.syncCheckState.eq("DONE")))
|
||||
.and(mapSheetMngFileEntity.fileExt.eq("tif")))
|
||||
.fetch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user