|
@@ -605,7 +605,7 @@ public class SbInfoServiceImpl extends BaseServiceImpl<SbInfoMapper, SbInfo, SbI
|
|
|
}
|
|
|
PageHelper.startPage(pageNum, pageSize);
|
|
|
List<SbInfoVO> sbList = mapper.selectVOList(model);
|
|
|
- /*if(SbInfoChildEnum.IS_PARENT.getValue().equals(model.getIsChild()) && !CollectionUtils.isEmpty(sbList)){
|
|
|
+ if(SbInfoChildEnum.IS_PARENT.getValue().equals(model.getIsChild()) && !CollectionUtils.isEmpty(sbList)){
|
|
|
for(SbInfoVO vo: sbList){
|
|
|
if(SbInfoChildEnum.IS_PARENT.getValue().equals(vo.getIsChild())){
|
|
|
SbInfoDTO infoDTO = new SbInfoDTO();
|
|
@@ -616,7 +616,7 @@ public class SbInfoServiceImpl extends BaseServiceImpl<SbInfoMapper, SbInfo, SbI
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }*/
|
|
|
+ }
|
|
|
return new MyVOPage<>(sbList);
|
|
|
}
|
|
|
|