Commit 586108c26f45e71dc2949d7a5e372c3de1dd2456

Authored by 王通
1 parent e00948a1

1.电科所司售配档、车辆配档加入线路代码

src/main/java/com/bsth/server_rs/dks/DksRestService.java
@@ -204,6 +204,7 @@ public class DksRestService { @@ -204,6 +204,7 @@ public class DksRestService {
204 if (i == 0) { 204 if (i == 0) {
205 oldLineCode = config.getLineCode(); 205 oldLineCode = config.getLineCode();
206 vo = new BusVo(); 206 vo = new BusVo();
  207 + vo.setLineCode(config.getLineCode());
207 vo.setLineName(config.getLineName()); 208 vo.setLineName(config.getLineName());
208 vo.setMonth(month); 209 vo.setMonth(month);
209 vo.setBusFirstCount(config.getCarCount()); 210 vo.setBusFirstCount(config.getCarCount());
@@ -213,6 +214,7 @@ public class DksRestService { @@ -213,6 +214,7 @@ public class DksRestService {
213 result.add(vo); 214 result.add(vo);
214 max = 0; 215 max = 0;
215 vo = new BusVo(); 216 vo = new BusVo();
  217 + vo.setLineCode(config.getLineCode());
216 vo.setLineName(config.getLineName()); 218 vo.setLineName(config.getLineName());
217 vo.setMonth(month); 219 vo.setMonth(month);
218 vo.setBusFirstCount(config.getCarCount()); 220 vo.setBusFirstCount(config.getCarCount());