enum @notBlank제거

This commit is contained in:
2026-03-07 01:24:55 +09:00
parent 0a53e186dc
commit a35b4b8f59

View File

@@ -1197,7 +1197,7 @@ public class MapSheetMngRepositoryImpl extends QuerydslRepositorySupport
.from(f2)
.where(
f2.hstUid.eq(h2.hstUid),
f.mngYyyy.eq(year),
f2.mngYyyy.eq(year),
f2.fileExt.eq("tif"),
f2.fileState.eq("DONE"),
f2.fileDel.eq(false))