Commit 4c82259ac9a097f6e97f610b58e70bd855886c31
1 parent
3cfe0bdf
给郑鑫的接口仅提供营运线路
Showing
1 changed file
with
3 additions
and
0 deletions
src/main/java/com/bsth/server_rs/bigdata/BigdataService.java
| ... | ... | @@ -2052,6 +2052,9 @@ public class BigdataService { |
| 2052 | 2052 | Map<String, Object> m = xlMap.get(key); |
| 2053 | 2053 | m.put("cars", carsMap.get(key)); |
| 2054 | 2054 | String xl = m.get("xl").toString(); |
| 2055 | + if(!yyLine.contains(xl)){ | |
| 2056 | + continue; | |
| 2057 | + } | |
| 2055 | 2058 | if(warrantCarMap.containsKey(xl)){ |
| 2056 | 2059 | m.put("warrantCar", warrantCarMap.get(xl)); |
| 2057 | 2060 | } else { | ... | ... |