실태조사 적합여부 값 수정

This commit is contained in:
2026-03-04 21:01:21 +09:00
parent f4a410ba49
commit 5a3370d5fb

View File

@@ -99,8 +99,8 @@ public class GukYuinStbltJobRepositoryImpl implements GukYuinStbltJobRepositoryC
.set( .set(
mapSheetAnalDataInferenceGeomEntity.fitState, mapSheetAnalDataInferenceGeomEntity.fitState,
stbResult.getStbltYn().equals("Y") stbResult.getStbltYn().equals("Y")
? ImageryFitStatus.UNFIT.getId() ? ImageryFitStatus.FIT.getId()
: ImageryFitStatus.FIT.getId()) // 적합여부가 Y 이면 부적합인 것, N 이면 적합한 것이라고 함 : ImageryFitStatus.UNFIT.getId()) // 적합여부가 N 이면 부적합인 것, Y 이면 적합한 것이라고 함
.set(mapSheetAnalDataInferenceGeomEntity.fitStateDttm, ZonedDateTime.now()) .set(mapSheetAnalDataInferenceGeomEntity.fitStateDttm, ZonedDateTime.now())
.set(mapSheetAnalDataInferenceGeomEntity.fitStateCmmnt, stbResult.getIncyCmnt()) .set(mapSheetAnalDataInferenceGeomEntity.fitStateCmmnt, stbResult.getIncyCmnt())
.where(mapSheetAnalDataInferenceGeomEntity.resultUid.eq(resultUid)) .where(mapSheetAnalDataInferenceGeomEntity.resultUid.eq(resultUid))