From b10c22af595bd995e56946bff63b8f2f984b13e8 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 14 八月 2025 17:25:05 +0800
Subject: [PATCH] 2025.8.14 1. 动态溯源模块添加滑动平均异常计算(调试中)

---
 src/main/resources/mapper/GridCellMapper.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/GridCellMapper.xml b/src/main/resources/mapper/GridCellMapper.xml
index 22c0623..1b176c4 100644
--- a/src/main/resources/mapper/GridCellMapper.xml
+++ b/src/main/resources/mapper/GridCellMapper.xml
@@ -6,7 +6,9 @@
       WARNING - @mbg.generated
     -->
     <id column="id" jdbcType="INTEGER" property="id" />
+    <result column="cell_index" jdbcType="INTEGER" property="cellIndex" />
     <result column="group_id" jdbcType="INTEGER" property="groupId" />
+    <result column="father_cell_index" jdbcType="INTEGER" property="fatherCellIndex" />
     <result column="longitude" jdbcType="DECIMAL" property="longitude" />
     <result column="latitude" jdbcType="DECIMAL" property="latitude" />
     <result column="point1_lon" jdbcType="DECIMAL" property="point1Lon" />
@@ -22,7 +24,7 @@
     <!--
       WARNING - @mbg.generated
     -->
-    id, group_id, longitude, latitude, point1_lon, point1_lat, point2_lon, point2_lat, 
-    point3_lon, point3_lat, point4_lon, point4_lat
+    id, cell_index, group_id, father_cell_index, longitude, latitude, point1_lon, point1_lat, 
+    point2_lon, point2_lat, point3_lon, point3_lat, point4_lon, point4_lat
   </sql>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3