|
@@ -405,7 +405,7 @@ public class ApplyInfoServiceImpl extends BaseServiceImpl<Integer, ApplyInfo> im
|
|
|
List<MecCourse> coursesMaxRes = new ArrayList<MecCourse>();
|
|
|
if(coursesMin != null && coursesMin.size() > 0){
|
|
|
for(MecCourse course : coursesMin){
|
|
|
- if(course.getStatus()==10){
|
|
|
+ if(course.getStatus()<20){
|
|
|
course.setClassType(1);
|
|
|
coursesMinRes.add(course);
|
|
|
}
|