|
@@ -45,22 +45,14 @@ public class NewsController extends BaseController {
|
|
|
|
|
|
@Autowired
|
|
|
private SysNewsInformationService sysNewsInformationService;
|
|
|
-
|
|
|
@Autowired
|
|
|
private SysNewsTypeService sysNewsTypeService;
|
|
|
-
|
|
|
@Autowired
|
|
|
private SysNewsInformationDao sysNewsInformationDao;
|
|
|
-
|
|
|
@Autowired
|
|
|
private SysUserFeignService sysUserFeignService;
|
|
|
-
|
|
|
@Autowired
|
|
|
private WebFeignService webFeignService;
|
|
|
-
|
|
|
- @Autowired
|
|
|
- private StudentRegistrationDao studentRegistrationDao;
|
|
|
-
|
|
|
@Autowired
|
|
|
private SysConfigService sysConfigService;
|
|
|
|
|
@@ -85,11 +77,7 @@ public class NewsController extends BaseController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// SysConfig cloudTeacherActiveIds = sysConfigService.findByParamName(SysConfigService.CLOUD_TEACHER_ACTIVE_BANNER_IDS);
|
|
|
List<Integer> excludeIds = new ArrayList<>();
|
|
|
-// if(Objects.nonNull(cloudTeacherActiveIds)&&StringUtils.isNotBlank(cloudTeacherActiveIds.getParanValue())){
|
|
|
-// excludeIds = Arrays.stream(cloudTeacherActiveIds.getParanValue().split(",")).map(id->Integer.valueOf(id)).collect(Collectors.toList());
|
|
|
-// }
|
|
|
|
|
|
if (user == null || user.getId() == null) {
|
|
|
queryInfo.setOrganId(43);
|