From 6fdacca914ef38e6cc91292ef07c5af32bd92991 Mon Sep 17 00:00:00 2001
From: hcong <1050828145@qq.com>
Date: 星期二, 03 十二月 2024 11:12:40 +0800
Subject: [PATCH] 1. BgTask增加onStatusChange参数,通过外界传递如何发送状态改变的消息 2. BackgroundTaskCtrl.kt 创建了BgTask对象并传递了onStatusChange参数 3. WebSocketMessageUtil 类名修改为 WebSocketMessageDecoder 4. SendWebSocketMessageUtil 类名修改为 WebSocketSendMessageUtil

---
 src/main/resources/mapper/ds1/DustDataResultMapper.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/ds1/DustDataResultMapper.xml b/src/main/resources/mapper/ds1/DustDataResultMapper.xml
index d96848f..ba44d8c 100644
--- a/src/main/resources/mapper/ds1/DustDataResultMapper.xml
+++ b/src/main/resources/mapper/ds1/DustDataResultMapper.xml
@@ -8,6 +8,7 @@
     <id column="DR_Id" property="drId" jdbcType="INTEGER" />
     <result column="DR_Scene_Id" property="drSceneId" jdbcType="VARCHAR" />
     <result column="DR_Scene_Name" property="drSceneName" jdbcType="VARCHAR" />
+    <result column="DR_Device_Code" property="drDeviceCode" jdbcType="VARCHAR" />
     <result column="DR_Time" property="drTime" jdbcType="DATE" />
     <result column="DR_Exceed_Times" property="drExceedTimes" jdbcType="INTEGER" />
     <result column="DR_Avg" property="drAvg" jdbcType="DOUBLE" />
@@ -21,7 +22,7 @@
     <!--
       WARNING - @mbg.generated
     -->
-    DR_Id, DR_Scene_Id, DR_Scene_Name, DR_Time, DR_Exceed_Times, DR_Avg, DR_Max, DR_Min, 
-    DR_Over_Avg_Per, DR_Data_Num, DR_Effective_Rate
+    DR_Id, DR_Scene_Id, DR_Scene_Name, DR_Device_Code, DR_Time, DR_Exceed_Times, DR_Avg, 
+    DR_Max, DR_Min, DR_Over_Avg_Per, DR_Data_Num, DR_Effective_Rate
   </sql>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3