|
@@ -216,7 +216,7 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
|
|
|
if(!CollectionUtils.isEmpty(studentPracticeCourses)){
|
|
|
studentPracticeCourses.sort(Comparator.comparing(CourseScheduleDto::getStartClassTime));
|
|
|
for (CourseScheduleDto studentPracticeCours : studentPracticeCourses) {
|
|
|
- if(studentPracticeCours.getStartClassTime().after(applyStartDay)){
|
|
|
+ if(studentPracticeCours.getCreateTime().after(applyStartDay)){
|
|
|
studentPracticeCours.setIsNew(1);
|
|
|
}
|
|
|
}
|