|
@@ -35,4 +35,6 @@ public interface SysNewsInformationDao extends BaseDAO<Long, SysNewsInformation>
|
|
List<SysNewsInformation> queryNeedUpdateStatusList();
|
|
List<SysNewsInformation> queryNeedUpdateStatusList();
|
|
|
|
|
|
SysNewsInformationDto queryById(Long id);
|
|
SysNewsInformationDto queryById(Long id);
|
|
|
|
+
|
|
|
|
+ List<SysNewsInformation> queryBySubType(@Param("subType") Integer subType, @Param("memo") String memo);
|
|
}
|
|
}
|