Commit 225796f193ef8b106be6a1b08cab645986ba92ae
1 parent
42a59f63
1.进出场路径按班次轨迹规划
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/bsth/service/impl/InoutCarparkServiceImpl.java
| ... | ... | @@ -446,8 +446,8 @@ public class InoutCarparkServiceImpl extends BaseServiceImpl<LsInoutSectionRoute |
| 446 | 446 | map.put("destroy", 0); |
| 447 | 447 | map.put("directions", 3); |
| 448 | 448 | map.put("descriptions", ""); |
| 449 | - map.put("start", scheduleRealInfo.getQdzCode()); | |
| 450 | - map.put("end", scheduleRealInfo.getZdzCode()); | |
| 449 | + map.put("start", scheduleRealInfo.getQdzName()); | |
| 450 | + map.put("end", scheduleRealInfo.getZdzName()); | |
| 451 | 451 | map.put("bsectionVector", new ObjectMapper().writeValueAsString(bsectionVector)); |
| 452 | 452 | |
| 453 | 453 | lsInoutSectionRouteRepository.destroy(scheduleRealInfo.getXlBm(), versions, scheduleRealInfo.getQdzName(), scheduleRealInfo.getZdzName()); | ... | ... |