|
@@ -53,7 +53,7 @@ public class PracticeGroupController extends BaseController {
|
|
|
@Autowired
|
|
|
private CourseScheduleEvaluateDao courseScheduleEvaluateDao;
|
|
|
|
|
|
- private static final Set<Integer> ENABLE_APPLY_ORGANIDS = new HashSet<>(Arrays.asList(new Integer[]{28,34,37}));
|
|
|
+ private static final Set<Integer> ENABLE_APPLY_ORGANIDS = new HashSet<>(Arrays.asList(new Integer[]{1, 43, 47}));
|
|
|
|
|
|
@ApiOperation("获取学生的陪练课")
|
|
|
@GetMapping(value = "/findUserPracticeCourses")
|