Commit d5311bc46f17c07e6f7a62cdcbb183216afaebb8
1 parent
97aaff6d
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/impl/BusIntervalServiceImpl.java
| @@ -1735,7 +1735,7 @@ public class BusIntervalServiceImpl implements BusIntervalService { | @@ -1735,7 +1735,7 @@ public class BusIntervalServiceImpl implements BusIntervalService { | ||
| 1735 | long id = schedule.getId(); | 1735 | long id = schedule.getId(); |
| 1736 | if(schedule1 == 0l || schedule1 > id) | 1736 | if(schedule1 == 0l || schedule1 > id) |
| 1737 | schedule1 = id; | 1737 | schedule1 = id; |
| 1738 | - if(schedule2 == 0l || schedule1 < id) | 1738 | + if(schedule2 == 0l || schedule2 < id) |
| 1739 | schedule2 = id; | 1739 | schedule2 = id; |
| 1740 | } | 1740 | } |
| 1741 | Map<Long, Set<ChildTaskPlan>> cts = getChildTaskPlans(schedule1, schedule2); | 1741 | Map<Long, Set<ChildTaskPlan>> cts = getChildTaskPlans(schedule1, schedule2); |