forked from liweijie/education
生成课表的时候死循环导致系统崩溃
This commit is contained in:
+1
@@ -347,6 +347,7 @@ public class TimetableGridServiceImpl implements TimetableGridService {
|
||||
week.getDays().add(day);
|
||||
}
|
||||
vo.getWeeks().add(week);
|
||||
weekStart = weekStart.plusDays(7);
|
||||
}
|
||||
return vo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user