夏文涛 2 år sedan
förälder
incheckning
4a44cf6757
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      src/main/java/com/template/controller/ScheduleController.java

+ 0 - 3
src/main/java/com/template/controller/ScheduleController.java

@@ -193,9 +193,6 @@ public class ScheduleController {
 
 
                                 List<String> uids = items.stream().map(AttendanceServiceListAttendClassRecordsResult.RecordsItem::getUserUid).distinct().collect(Collectors.toList());
                                 List<String> uids = items.stream().map(AttendanceServiceListAttendClassRecordsResult.RecordsItem::getUserUid).distinct().collect(Collectors.toList());
                                 for (String uid : uids) {
                                 for (String uid : uids) {
-                                    if(uid.equals("ggqvgpwpruzuxtqgzwskpy271m574321")){
-                                        String sdsd = "";
-                                    }
                                     Optional<SmartUser> student = students.stream().filter(e -> e.getXwStudentUid().equals(uid)).findFirst();
                                     Optional<SmartUser> student = students.stream().filter(e -> e.getXwStudentUid().equals(uid)).findFirst();
                                     if (student != null && student.isPresent()) {
                                     if (student != null && student.isPresent()) {
                                         List<SmartAttendance> oldAttends = attendanceList.stream().filter(e -> e.getUserId().equals(student.get().getId())
                                         List<SmartAttendance> oldAttends = attendanceList.stream().filter(e -> e.getUserId().equals(student.get().getId())