|
@@ -86,6 +86,7 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
|
|
dto = map.get(s.getUserId());
|
|
dto = map.get(s.getUserId());
|
|
if(dto != null){
|
|
if(dto != null){
|
|
if(dto.getTotalCourseTimes() != dto.getFreePracticeCourseTimes()){
|
|
if(dto.getTotalCourseTimes() != dto.getFreePracticeCourseTimes()){
|
|
|
|
+ s.setOperatingTag(1);
|
|
updateStudentList.add(s);
|
|
updateStudentList.add(s);
|
|
}
|
|
}
|
|
}
|
|
}
|