From 7bb2905462480ea338191d8c20cab199b028ecce Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 9 Sep 2025 02:03:14 +0800 Subject: [PATCH] =?UTF-8?q?refactor(mapper):=20=E7=A7=BB=E9=99=A4=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=92=8C=E8=B5=84=E6=BA=90=E7=9B=B8=E5=85=B3=20mapper?= =?UTF-8?q?=20=E4=B8=AD=E7=9A=84=20scenicName=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从 OrderMapper.xml 中移除了多个 resultMap 中的 scenicName 字段 -从 SourceMapper.xml 中移除了多个 SQL 查询中的 scenicName 字段- 这些更改可能是为了减少冗余数据或优化数据库查询性能 --- src/main/resources/mapper/OrderMapper.xml | 5 ----- src/main/resources/mapper/SourceMapper.xml | 10 +++++----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/main/resources/mapper/OrderMapper.xml b/src/main/resources/mapper/OrderMapper.xml index c1a2a34..a62111c 100644 --- a/src/main/resources/mapper/OrderMapper.xml +++ b/src/main/resources/mapper/OrderMapper.xml @@ -4,7 +4,6 @@ - @@ -27,7 +26,6 @@ - @@ -50,7 +48,6 @@ - @@ -73,13 +70,11 @@ - - diff --git a/src/main/resources/mapper/SourceMapper.xml b/src/main/resources/mapper/SourceMapper.xml index 4e80781..52d26d2 100644 --- a/src/main/resources/mapper/SourceMapper.xml +++ b/src/main/resources/mapper/SourceMapper.xml @@ -88,14 +88,14 @@ order by so.create_time desc