|
@@ -582,6 +582,8 @@ public class GeoHazardMonitorTokenController {
|
|
if (!ObjectUtils.isEmpty(heartbeatLogList)) {
|
|
if (!ObjectUtils.isEmpty(heartbeatLogList)) {
|
|
codeList = heartbeatLogList.stream().map(TerminalHeartbeatLog::getCameraCode).collect(Collectors.toList());
|
|
codeList = heartbeatLogList.stream().map(TerminalHeartbeatLog::getCameraCode).collect(Collectors.toList());
|
|
log.info("-----codeList----->" + codeList);
|
|
log.info("-----codeList----->" + codeList);
|
|
|
|
+ }else {
|
|
|
|
+ terminalHeartbeatLogService.add("111", "111");
|
|
}
|
|
}
|
|
|
|
|
|
//目视距离和里程位置
|
|
//目视距离和里程位置
|