feat/training_260202 #135

Merged
teddy merged 4 commits from feat/training_260202 into develop 2026-02-23 14:31:12 +09:00
Showing only changes of commit 8a44df26b8 - Show all commits

View File

@@ -82,7 +82,7 @@ public class HyperParamRepositoryImpl implements HyperParamRepositoryCustom {
queryFactory
.select(modelHyperParamEntity)
.from(modelHyperParamEntity)
.where(modelHyperParamEntity.delYn.isFalse().and(modelHyperParamEntity.uuid.eq(uuid)))
.where(modelHyperParamEntity.uuid.eq(uuid))
.fetchOne());
}