Commit 865aac0b814a2ab9ac8c7030b1f5b3661c39c7f1
1 parent
6957b0da
update
Showing
1 changed file
with
0 additions
and
1 deletions
src/main/java/com/bsth/service/directive/DirectiveServiceImpl.java
| ... | ... | @@ -593,7 +593,6 @@ public class DirectiveServiceImpl extends BaseServiceImpl<D60, Integer> implemen |
| 593 | 593 | public Map<String,Object> stationSigno(Map<String, Object> map) { |
| 594 | 594 | Map<String, Object> rs = new HashMap<>(); |
| 595 | 595 | try { |
| 596 | - StationSigno stationSigno = new StationSigno(); | |
| 597 | 596 | |
| 598 | 597 | String fPlateCode = map.get("fPlateCode")==null?"":map.get("fPlateCode").toString(); |
| 599 | 598 | String fBusID = map.get("fBusID")==null?"":map.get("fBusID").toString(); | ... | ... |