Commit 7a91135bf140476015ae6000eb2a2157a0567f0f
1 parent
3a8e2b47
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/schedule/DayOfSchedule.java
| ... | ... | @@ -946,7 +946,7 @@ public class DayOfSchedule { |
| 946 | 946 | |
| 947 | 947 | if(sch==null){ |
| 948 | 948 | logger.info("车辆" + nbbm + "无可执行任务,切换至非营运状态"); |
| 949 | - DirectivePushQueue.put6003(nbbm, 1, Integer.parseInt(sch.getXlDir()), null, "系统"); | |
| 949 | + DirectivePushQueue.put6003(nbbm, 1, 0 , null, "系统"); | |
| 950 | 950 | return; |
| 951 | 951 | } |
| 952 | 952 | try { | ... | ... |