zouxuan 3 years ago
parent
commit
0816e8939b

+ 1 - 1
cms/src/main/java/com/ym/mec/cms/service/impl/SysNewsTypeServiceImpl.java

@@ -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()