Commit 2f13ff0f3182383f9a3fa71fd2eda59d6cfa6a90

Authored by 潘钊
1 parent 32c9dc81

update...

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;
... ...