修改bug
parent
0b3ed78d08
commit
e0452fbdf5
|
@ -49,9 +49,7 @@ public class ElectronicFenceServiceImpl implements IncidentService {
|
||||||
log.info("电子围栏事件redis存在.......");
|
log.info("电子围栏事件redis存在.......");
|
||||||
for (Fence fence : cacheSet) {
|
for (Fence fence : cacheSet) {
|
||||||
String fenceLongitudeLatitude = fence.getFenceLongitudeLatitude();
|
String fenceLongitudeLatitude = fence.getFenceLongitudeLatitude();
|
||||||
if (!StringUtils.isEmpty(fenceLongitudeLatitude)){
|
if (StringUtils.isEmpty(fenceLongitudeLatitude)){
|
||||||
log.info("电子围栏没有数据鸭...");
|
|
||||||
}
|
|
||||||
/**
|
/**
|
||||||
* 先通过;后切割
|
* 先通过;后切割
|
||||||
*/
|
*/
|
||||||
|
@ -77,6 +75,7 @@ public class ElectronicFenceServiceImpl implements IncidentService {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
log.info("电子围栏事件结束.......");
|
log.info("电子围栏事件结束.......");
|
||||||
}
|
}
|
||||||
log.info("电子围栏事件结束.......");
|
log.info("电子围栏事件结束.......");
|
||||||
|
|
Loading…
Reference in New Issue