|
|
@@ -82,10 +82,6 @@ public class CamelDataUtil {
|
|
|
//缓存最新数据到redis
|
|
|
RedisUtils.setCacheObject(StringUtils.format("gps_{}", devicecode), gpsData);
|
|
|
|
|
|
-// GpsData gpsData1 = RedisUtils.getCacheObject(StringUtils.format("gps_{}", devicecode));
|
|
|
-// System.out.println("ss");
|
|
|
- //TODO 需要计算位置做预报及广播 在其他线程中做运算
|
|
|
-
|
|
|
|
|
|
threadPoolExecutor.execute(new Runnable() {
|
|
|
@Override
|