Commit c04ee95e9e99ff92d01dfd665ae5a50d160846ba
1 parent
5a78b34a
1.针对线路预设区间的处理
Showing
1 changed file
with
0 additions
and
3 deletions
src/main/java/com/bsth/data/gpsdata_v2/handlers/GpsStateProcess.java
| @@ -32,9 +32,6 @@ public class GpsStateProcess { | @@ -32,9 +32,6 @@ public class GpsStateProcess { | ||
| 32 | private final static int CHANGE_THRESHOLD = 2; | 32 | private final static int CHANGE_THRESHOLD = 2; |
| 33 | 33 | ||
| 34 | public void process(GpsEntity gps) { | 34 | public void process(GpsEntity gps) { |
| 35 | - if ("W7G-083".equals(gps.getNbbm())) { | ||
| 36 | - System.out.println("a"); | ||
| 37 | - } | ||
| 38 | //在执行的任务 | 35 | //在执行的任务 |
| 39 | ScheduleRealInfo sch = dayOfSchedule.executeCurr(gps.getNbbm()); | 36 | ScheduleRealInfo sch = dayOfSchedule.executeCurr(gps.getNbbm()); |
| 40 | 37 |