|
|
@@ -28,11 +28,6 @@ public class SysNewsInformationServiceImpl extends BaseServiceImpl<Long, SysNews
|
|
|
return sysNewsInformationDao;
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public List<SysNewsInformation> queryByType(Integer type) {
|
|
|
- return sysNewsInformationDao.queryByType(type,null);
|
|
|
- }
|
|
|
-
|
|
|
@Override
|
|
|
public List<SysNewsInformation> queryBottomInfo(Integer subType) {
|
|
|
return sysNewsInformationDao.queryBottomInfo(subType);
|