From d3b39a582e3ae6ccd98f0a6999e7fb325f8e94da Mon Sep 17 00:00:00 2001
From: p-honggang.li <p-honggang.li@pcitc.com>
Date: 星期三, 03 九月 2025 17:06:59 +0800
Subject: [PATCH] Merge branch 'master' of http://xearth.cn:6600/r/web-manage/web-manage-back

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

diff --git a/src/main/resources/mapper/OrderAttachmentMapper.xml b/src/main/resources/mapper/OrderAttachmentMapper.xml
index 01114a6..7643e8c 100644
--- a/src/main/resources/mapper/OrderAttachmentMapper.xml
+++ b/src/main/resources/mapper/OrderAttachmentMapper.xml
@@ -34,7 +34,7 @@
     <select id="selectByOrderId" resultMap="BaseResultMap">
         SELECT
         <include refid="Base_Column_List"/>
-        FROM order_attachment
+        FROM tb_order_attachment
         WHERE deleted = 0 AND order_id = #{orderId}
         ORDER BY created_at ASC
     </select>

--
Gitblit v1.8.0