Bläddra i källkod

1、添加教务老师字段
2、布置作业

Joburgess 5 år sedan
förälder
incheckning
492e179aa6

+ 1 - 1
mec-student/src/main/java/com/ym/mec/student/controller/PracticeGroupController.java

@@ -53,7 +53,7 @@ public class PracticeGroupController extends BaseController {
     @Autowired
     @Autowired
     private CourseScheduleEvaluateDao courseScheduleEvaluateDao;
     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("获取学生的陪练课")
     @ApiOperation("获取学生的陪练课")
     @GetMapping(value = "/findUserPracticeCourses")
     @GetMapping(value = "/findUserPracticeCourses")