학습데이터 obj-list API geojson 로직 수정
This commit is contained in:
@@ -102,12 +102,6 @@ public class DatasetObjRepositoryImpl implements DatasetObjRepositoryCustom {
|
||||
Pageable pageable = searchReq.toPageable();
|
||||
BooleanBuilder builder = new BooleanBuilder();
|
||||
|
||||
if (searchReq.getCompareYyyy() != null) {
|
||||
builder.and(datasetObjEntity.compareYyyy.eq(searchReq.getCompareYyyy()));
|
||||
}
|
||||
if (searchReq.getTargetYyyy() != null) {
|
||||
builder.and(datasetObjEntity.targetYyyy.eq(searchReq.getTargetYyyy()));
|
||||
}
|
||||
if (StringUtils.isNotBlank(searchReq.getCompareClassCd())) {
|
||||
builder.and(datasetObjEntity.compareClassCd.eq(searchReq.getCompareClassCd()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user