상세정보 조회 수정
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user