|
@@ -165,7 +165,7 @@ public class StudentManageServiceImpl implements StudentManageService {
|
|
} else {
|
|
} else {
|
|
dto.setHasPracticeCourse(YesOrNoEnum.NO);
|
|
dto.setHasPracticeCourse(YesOrNoEnum.NO);
|
|
}
|
|
}
|
|
- if (studentListCourseDto.getRemainPracticeNum() > 0) {
|
|
|
|
|
|
+ if (studentListCourseDto.getRemainVipNum() > 0) {
|
|
dto.setNoStartVipCourseNum(studentListCourseDto.getRemainVipNum());
|
|
dto.setNoStartVipCourseNum(studentListCourseDto.getRemainVipNum());
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|