상세정보 조회 수정

This commit is contained in:
2025-11-25 17:25:15 +09:00
parent befd4b2fea
commit ffbf8e0cf3
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
}
// 분석도엽
if(searchGeoReq.getMapSheetNum() != null){
if(searchGeoReq.getMapSheetNum() != null && !searchGeoReq.getMapSheetNum().isEmpty()){
List<Long> mapSheetNum = searchGeoReq.getMapSheetNum();
builder.and(mapSheetAnalDataGeom.mapSheetNum.in(mapSheetNum));
}