feat/infer_dev_260107 #1

Merged
teddy merged 43 commits from feat/infer_dev_260107 into develop 2026-01-29 10:31:31 +09:00
Showing only changes of commit 797a1ea69f - Show all commits

View File

@@ -262,6 +262,7 @@ public class MapSheetMngFileJobRepositoryImpl extends QuerydslRepositorySupport
queryFactory queryFactory
.update(mapInkx5kEntity) .update(mapInkx5kEntity)
.set(mapInkx5kEntity.useInference, commonUseStatus) .set(mapInkx5kEntity.useInference, commonUseStatus)
.set(mapInkx5kEntity.modifiedDate, ZonedDateTime.now())
.where(mapInkx5kEntity.mapidcdNo.eq(mapSheetNum)) .where(mapInkx5kEntity.mapidcdNo.eq(mapSheetNum))
.execute(); .execute();
} }