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