diff --git a/src/com/engine/hostar/thread/HandleCBDataThread.java b/src/com/engine/hostar/thread/HandleCBDataThread.java index 3c0abe9..1711896 100644 --- a/src/com/engine/hostar/thread/HandleCBDataThread.java +++ b/src/com/engine/hostar/thread/HandleCBDataThread.java @@ -925,7 +925,8 @@ public class HandleCBDataThread extends BaseBean implements Runnable{ continue; } - if ( StringUtils.isNotBlank(operateTime) && StringUtils.isNotBlank(longitude) && StringUtils.isNotBlank(latitude) ) { +// if ( StringUtils.isNotBlank(operateTime) && StringUtils.isNotBlank(longitude) && StringUtils.isNotBlank(latitude) ) { + if ( StringUtils.isNotBlank(operateTime)) { Map temp = new HashMap<>(); temp.put("operateTime", operateTime); temp.put("longitude", longitude); diff --git a/src/weaver/interfaces/hostar/job/UpdateCbxxjlDataJob.java b/src/weaver/interfaces/hostar/job/UpdateCbxxjlDataJob.java index 9615ab7..5396885 100644 --- a/src/weaver/interfaces/hostar/job/UpdateCbxxjlDataJob.java +++ b/src/weaver/interfaces/hostar/job/UpdateCbxxjlDataJob.java @@ -1267,7 +1267,8 @@ public class UpdateCbxxjlDataJob extends BaseCronJob { continue; } - if ( StringUtils.isNotBlank(operateTime) && StringUtils.isNotBlank(longitude) && StringUtils.isNotBlank(latitude) ) { +// if ( StringUtils.isNotBlank(operateTime) && StringUtils.isNotBlank(longitude) && StringUtils.isNotBlank(latitude) ) { + if ( StringUtils.isNotBlank(operateTime)) { Map temp = new HashMap<>(); temp.put("operateTime", operateTime); temp.put("longitude", longitude);