夏文涛 2 년 전
부모
커밋
4a44cf6757
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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());
                                 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())