Commit 2f13ff0f3182383f9a3fa71fd2eda59d6cfa6a90
1 parent
32c9dc81
update...
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/java/com/bsth/data/msg_queue/DirectivePushQueue.java
| ... | ... | @@ -72,6 +72,8 @@ public class DirectivePushQueue implements ApplicationContextAware { |
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | public static void put6003(ScheduleRealInfo sch, String sender){ |
| 75 | + if(null == sch) | |
| 76 | + return; | |
| 75 | 77 | int state = 0;//营运状态 |
| 76 | 78 | if(DayOfSchedule.emptyService(sch)) |
| 77 | 79 | state = 1; | ... | ... |