Commit 1eb156134b303676aa78f2b35c8f78644a1c887d
1 parent
ea3359c7
1.
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/bsth/service/impl/LsStationRouteServiceImpl.java
| @@ -336,6 +336,7 @@ public class LsStationRouteServiceImpl extends BaseServiceImpl<LsStationRoute, I | @@ -336,6 +336,7 @@ public class LsStationRouteServiceImpl extends BaseServiceImpl<LsStationRoute, I | ||
| 336 | params.put("line.id_eq", lineId); | 336 | params.put("line.id_eq", lineId); |
| 337 | params.put("versions_eq", version); | 337 | params.put("versions_eq", version); |
| 338 | params.put("directions_eq", direction); | 338 | params.put("directions_eq", direction); |
| 339 | + params.put("destroy_eq", 0); | ||
| 339 | List<Sort.Order> orders1 = new ArrayList<>(), orders2 = new ArrayList<>(); | 340 | List<Sort.Order> orders1 = new ArrayList<>(), orders2 = new ArrayList<>(); |
| 340 | orders1.add(new Sort.Order(Sort.Direction.ASC, "directions")); | 341 | orders1.add(new Sort.Order(Sort.Direction.ASC, "directions")); |
| 341 | orders1.add(new Sort.Order(Sort.Direction.ASC, "stationRouteCode")); | 342 | orders1.add(new Sort.Order(Sort.Direction.ASC, "stationRouteCode")); |