Commit caf50a2053ce2d2cc77a23fdf4e2dee98a1f8cd0
1 parent
30e89d0a
update...
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/bsth/data/schedule/DayOfSchedule.java
| @@ -104,6 +104,7 @@ public class DayOfSchedule { | @@ -104,6 +104,7 @@ public class DayOfSchedule { | ||
| 104 | id2SchedulMap = new ConcurrentHashMap<>(); | 104 | id2SchedulMap = new ConcurrentHashMap<>(); |
| 105 | pstBuffer = new ConcurrentLinkedQueue<>(); | 105 | pstBuffer = new ConcurrentLinkedQueue<>(); |
| 106 | schFCSJComparator = new ScheduleComparator.FCSJ(); | 106 | schFCSJComparator = new ScheduleComparator.FCSJ(); |
| 107 | + schDFSJComparator = new ScheduleComparator.DFSJ(); | ||
| 107 | currSchDateMap = new HashMap<>(); | 108 | currSchDateMap = new HashMap<>(); |
| 108 | carExecutePlanMap = new ConcurrentHashMap<>(); | 109 | carExecutePlanMap = new ConcurrentHashMap<>(); |
| 109 | 110 |