|
@@ -33,7 +33,7 @@ public class PracticeGroupController extends BaseController {
|
|
|
private PracticeGroupService practiceGroupService;
|
|
|
@Autowired
|
|
|
private SysUserFeignService sysUserFeignService;
|
|
|
- List<Integer> excludeOrganIds=new ArrayList<>(Arrays.asList(new Integer[]{7,36,37,38}));
|
|
|
+ List<Integer> excludeOrganIds=new ArrayList<>(Arrays.asList(new Integer[]{36,38}));
|
|
|
|
|
|
@ApiOperation("获取学生的陪练课")
|
|
|
@GetMapping(value = "/findUserPracticeCourses")
|