夏文涛 il y a 2 ans
Parent
commit
4a44cf6757

+ 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());
                                 for (String uid : uids) {
-                                    if(uid.equals("ggqvgpwpruzuxtqgzwskpy271m574321")){
-                                        String sdsd = "";
-                                    }
                                     Optional<SmartUser> student = students.stream().filter(e -> e.getXwStudentUid().equals(uid)).findFirst();
                                     if (student != null && student.isPresent()) {
                                         List<SmartAttendance> oldAttends = attendanceList.stream().filter(e -> e.getUserId().equals(student.get().getId())