Commit 914fc508945e8575f311e5896ac678408a507a88
1 parent
aed3442c
运管处线路站序上传
Showing
1 changed file
with
0 additions
and
1 deletions
src/main/java/com/bsth/repository/StationRouteRepository.java
| ... | ... | @@ -266,7 +266,6 @@ public interface StationRouteRepository extends BaseRepository<StationRoute, Int |
| 266 | 266 | "StationRoute s " + |
| 267 | 267 | "WHERE " + |
| 268 | 268 | "s.destroy = 0 " + |
| 269 | - "and s.lineCode in(select lineCode from Line where inUse = 1) " + | |
| 270 | 269 | "ORDER BY " + |
| 271 | 270 | "lineCode,directions,stationRouteCode") |
| 272 | 271 | List<Map<String, String>> findAllLineWithYgc(); | ... | ... |