From 3bb4fb15c664d29d179083698fdad35a661b1d7f Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 28 八月 2025 14:57:40 +0800
Subject: [PATCH] 2025.8.28 1. 添加走航季度报告相关统计功能(待完成)

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

diff --git a/src/main/resources/mapper/RealTimeDataGridMinMapper.xml b/src/main/resources/mapper/RealTimeDataGridMinMapper.xml
index 77bb6e2..242676a 100644
--- a/src/main/resources/mapper/RealTimeDataGridMinMapper.xml
+++ b/src/main/resources/mapper/RealTimeDataGridMinMapper.xml
@@ -23,6 +23,7 @@
     <result column="humidity" jdbcType="REAL" property="humidity" />
     <result column="VOC" jdbcType="REAL" property="voc" />
     <result column="NOI" jdbcType="REAL" property="noi" />
+    <result column="NO" jdbcType="REAL" property="no" />
     <result column="velocity" jdbcType="REAL" property="velocity" />
     <result column="wind_speed" jdbcType="REAL" property="windSpeed" />
     <result column="wind_direction" jdbcType="REAL" property="windDirection" />
@@ -33,7 +34,7 @@
       WARNING - @mbg.generated
     -->
     id, device_code, latitude, longitude, altitude, data_time, create_time, NO2, CO, 
-    H2S, SO2, O3, PM25, PM10, temperature, humidity, VOC, NOI, velocity, wind_speed, 
+    H2S, SO2, O3, PM25, PM10, temperature, humidity, VOC, NOI, NO, velocity, wind_speed,
     wind_direction, height
   </sql>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3