국유인 연동 API 응답 로직 수정

This commit is contained in:
2026-02-02 12:17:18 +09:00
parent 699d39d402
commit 74b244981b
3 changed files with 42 additions and 7 deletions

View File

@@ -164,7 +164,7 @@ public class GukYuinRepositoryImpl implements GukYuinRepositoryCustom {
Expressions.numberTemplate(Integer.class, "coalesce({0}, 0)", mapSheetLearnEntity.stage);
return queryFactory
.select(stageExpr.max())
.select(stageExpr.max().coalesce(0))
.from(mapSheetLearnEntity)
.where(
mapSheetLearnEntity.compareYyyy.eq(compareYyyy),