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,6 +72,8 @@ public class DirectivePushQueue implements ApplicationContextAware {
72 } 72 }
73 73
74 public static void put6003(ScheduleRealInfo sch, String sender){ 74 public static void put6003(ScheduleRealInfo sch, String sender){
  75 + if(null == sch)
  76 + return;
75 int state = 0;//营运状态 77 int state = 0;//营运状态
76 if(DayOfSchedule.emptyService(sch)) 78 if(DayOfSchedule.emptyService(sch))
77 state = 1; 79 state = 1;