|
@@ -1238,7 +1238,7 @@ public class GeoHazardMonitorTokenController {
|
|
|
baseVideoTrainsService.save(baseVideoTrains);
|
|
|
heartbeatUtils.createHeartbeat(Constant.HERTBEA_KEY + heartbeatVo.getTerminalCode(), string);
|
|
|
log.info("---------data---结果-------" + respHeartbeatVo);
|
|
|
- if (!ObjectUtils.isEmpty(respHeartbeatVo.getPreAlarmList())) {
|
|
|
+ if (ObjectUtils.isEmpty(respHeartbeatVo.getPreAlarmList())) {
|
|
|
if (!ObjectUtils.isEmpty(respHeartbeatVo.getCameraList())) {
|
|
|
AjaxResults1 = new AjaxResults(1, "ok", respHeartbeatVo);
|
|
|
} else {
|