Commit c04ee95e9e99ff92d01dfd665ae5a50d160846ba

Authored by 王通
1 parent 5a78b34a

1.针对线路预设区间的处理

src/main/java/com/bsth/data/gpsdata_v2/handlers/GpsStateProcess.java
... ... @@ -32,9 +32,6 @@ public class GpsStateProcess {
32 32 private final static int CHANGE_THRESHOLD = 2;
33 33  
34 34 public void process(GpsEntity gps) {
35   - if ("W7G-083".equals(gps.getNbbm())) {
36   - System.out.println("a");
37   - }
38 35 //在执行的任务
39 36 ScheduleRealInfo sch = dayOfSchedule.executeCurr(gps.getNbbm());
40 37  
... ...