From 447ca0ba704d3eca4a8b9a11e0f2bda7b13524c8 Mon Sep 17 00:00:00 2001
From: huanghongfa <huanghongfa123456>
Date: 星期五, 01 十月 2021 06:28:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/test' into test

---
 springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/config/WebSocketClient.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/config/WebSocketClient.java b/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/config/WebSocketClient.java
index db7f3e6..19c81ea 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/config/WebSocketClient.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/config/WebSocketClient.java
@@ -77,7 +77,7 @@
             logger.info("收到设备报警信息:{}", message);
             ComPropertyAlarm comPropertyAlarm = new ComPropertyAlarm();
             comPropertyAlarm.setSerialNo(deviceInfo.getUserid());
-            comPropertyAlarm.setStatus(1);
+            comPropertyAlarm.setStatus(0);
             comPropertyAlarm.setCreateTime(new Date());
             comPropertyAlarm.setType(1);
             comPropertyAlarmDao.insert(comPropertyAlarm);

--
Gitblit v1.7.1