Merge branch 'server_five' of https://gitea.qinmian.online/five-groups/five-groups-couplet into server_five_dongxiaodong

server_five_dongxiaodong
dongxiaodong 2024-04-10 09:11:30 +08:00
commit c5fbb65b62
1 changed files with 22 additions and 23 deletions

View File

@ -49,9 +49,7 @@ public class ElectronicFenceServiceImpl implements IncidentService {
log.info("电子围栏事件redis存在.......");
for (Fence fence : cacheSet) {
String fenceLongitudeLatitude = fence.getFenceLongitudeLatitude();
if (!StringUtils.isEmpty(fenceLongitudeLatitude)){
log.info("电子围栏没有数据鸭...");
}
if (StringUtils.isEmpty(fenceLongitudeLatitude)){
/**
*
*/
@ -77,6 +75,7 @@ public class ElectronicFenceServiceImpl implements IncidentService {
}
}
}
}
log.info("电子围栏事件结束.......");
}
log.info("电子围栏事件结束.......");