Commit fa7a3d6935096b3081dcecd2a1add4e1efc1d337
1 parent
94caffde
1.指令中两点空驶备注
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/java/com/bsth/service/directive/DirectiveServiceImpl.java
| ... | ... | @@ -122,6 +122,8 @@ public class DirectiveServiceImpl extends BaseServiceImpl<D60, Integer> implemen |
| 122 | 122 | } |
| 123 | 123 | else if(sch.getBcType().equals("major")){ |
| 124 | 124 | text += " (放站到"+sch.getMajorStationName()+"带客)"; |
| 125 | + } else if ("ldks".equals(sch.getBcType())) { | |
| 126 | + text += " (两点空驶)"; | |
| 125 | 127 | } |
| 126 | 128 | |
| 127 | 129 | //下发0x02指令 调度指令(闹钟有效) | ... | ... |