Commit 865aac0b814a2ab9ac8c7030b1f5b3661c39c7f1

Authored by ljq
1 parent 6957b0da

update

src/main/java/com/bsth/service/directive/DirectiveServiceImpl.java
@@ -593,7 +593,6 @@ public class DirectiveServiceImpl extends BaseServiceImpl<D60, Integer> implemen @@ -593,7 +593,6 @@ public class DirectiveServiceImpl extends BaseServiceImpl<D60, Integer> implemen
593 public Map<String,Object> stationSigno(Map<String, Object> map) { 593 public Map<String,Object> stationSigno(Map<String, Object> map) {
594 Map<String, Object> rs = new HashMap<>(); 594 Map<String, Object> rs = new HashMap<>();
595 try { 595 try {
596 - StationSigno stationSigno = new StationSigno();  
597 596
598 String fPlateCode = map.get("fPlateCode")==null?"":map.get("fPlateCode").toString(); 597 String fPlateCode = map.get("fPlateCode")==null?"":map.get("fPlateCode").toString();
599 String fBusID = map.get("fBusID")==null?"":map.get("fBusID").toString(); 598 String fBusID = map.get("fBusID")==null?"":map.get("fBusID").toString();