추론 결과 geom 조회 쿼리 수정
This commit is contained in:
@@ -397,6 +397,11 @@ public class MapSheetLearnRepositoryImpl implements MapSheetLearnRepositoryCusto
|
||||
"%" + searchGeoReq.getMapSheetNum() + "%"));
|
||||
}
|
||||
|
||||
where.and(mapSheetAnalDataInferenceGeomEntity.classAfterCd.isNotNull());
|
||||
where.and(mapSheetAnalDataInferenceGeomEntity.classAfterProb.isNotNull());
|
||||
where.and(mapSheetAnalDataInferenceGeomEntity.classBeforeCd.isNotNull());
|
||||
where.and(mapSheetAnalDataInferenceGeomEntity.classBeforeProb.isNotNull());
|
||||
|
||||
// 3) inkx 조인 조건: JPQL/HQL에서 '~' 불가 → function('regexp_match', ...) 사용
|
||||
BooleanExpression inkxIsNumeric =
|
||||
Expressions.booleanTemplate(
|
||||
|
||||
Reference in New Issue
Block a user