From 2de612e9b260df2e76d4dd620ca739aa3b6e8c57 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 25 八月 2025 16:07:16 +0800
Subject: [PATCH] 2025.8.25 1. 添加走航季度报告相关统计功能(待完成)
---
src/main/resources/mapper/GridGroupMapper.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/GridGroupMapper.xml b/src/main/resources/mapper/GridGroupMapper.xml
index c7a1641..e03d6dd 100644
--- a/src/main/resources/mapper/GridGroupMapper.xml
+++ b/src/main/resources/mapper/GridGroupMapper.xml
@@ -19,12 +19,14 @@
<result column="length" jdbcType="DOUBLE" property="length" />
<result column="type" jdbcType="VARCHAR" property="type" />
<result column="father_group_id" jdbcType="INTEGER" property="fatherGroupId" />
+ <result column="max_xaxis" jdbcType="INTEGER" property="maxXaxis" />
+ <result column="max_yaxis" jdbcType="INTEGER" property="maxYaxis" />
</resultMap>
<sql id="Base_Column_List">
<!--
WARNING - @mbg.generated
-->
id, name, province_code, province_name, city_code, city_name, district_code, district_name,
- town_code, town_name, create_time, length, type, father_group_id
+ town_code, town_name, create_time, length, type, father_group_id, max_xaxis, max_yaxis
</sql>
</mapper>
\ No newline at end of file
--
Gitblit v1.9.3