Commit 586108c26f45e71dc2949d7a5e372c3de1dd2456
1 parent
e00948a1
1.电科所司售配档、车辆配档加入线路代码
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/java/com/bsth/server_rs/dks/DksRestService.java
| ... | ... | @@ -204,6 +204,7 @@ public class DksRestService { |
| 204 | 204 | if (i == 0) { |
| 205 | 205 | oldLineCode = config.getLineCode(); |
| 206 | 206 | vo = new BusVo(); |
| 207 | + vo.setLineCode(config.getLineCode()); | |
| 207 | 208 | vo.setLineName(config.getLineName()); |
| 208 | 209 | vo.setMonth(month); |
| 209 | 210 | vo.setBusFirstCount(config.getCarCount()); |
| ... | ... | @@ -213,6 +214,7 @@ public class DksRestService { |
| 213 | 214 | result.add(vo); |
| 214 | 215 | max = 0; |
| 215 | 216 | vo = new BusVo(); |
| 217 | + vo.setLineCode(config.getLineCode()); | |
| 216 | 218 | vo.setLineName(config.getLineName()); |
| 217 | 219 | vo.setMonth(month); |
| 218 | 220 | vo.setBusFirstCount(config.getCarCount()); | ... | ... |