|
@@ -58,8 +58,6 @@ public class SysNewsTypeServiceImpl extends BaseServiceImpl<Integer, SysNewsType
|
|
|
List<SysNewsInformation> list = informationDao.queryBySubType(e.getId(), memo);
|
|
|
if (CollectionUtils.isNotEmpty(list)) {
|
|
|
e.setInformationList(list);
|
|
|
- } else {
|
|
|
- e.setInformationList(informationDao.queryBySubType(e.getId(), null));
|
|
|
}
|
|
|
});
|
|
|
List<SysNewsType> treeMenus = all.stream()
|