From 2b0b64182263d922b946ec898070e59b602382dc Mon Sep 17 00:00:00 2001
From: Bang Hu <hu_bang@hotmail.com>
Date: 星期四, 11 九月 2025 18:38:09 +0800
Subject: [PATCH] 交易审批多节点问题处理完善

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

diff --git a/src/main/resources/mapper/OrderEvaluationMapper.xml b/src/main/resources/mapper/OrderEvaluationMapper.xml
index 8a22960..a41ca54 100644
--- a/src/main/resources/mapper/OrderEvaluationMapper.xml
+++ b/src/main/resources/mapper/OrderEvaluationMapper.xml
@@ -34,7 +34,7 @@
     <select id="selectByOrderId" resultMap="BaseResultMap">
         SELECT
         <include refid="Base_Column_List"/>
-        FROM order_evaluation
+        FROM tb_order_evaluation
         WHERE deleted = 0 AND order_id = #{orderId}
         LIMIT 1
     </select>

--
Gitblit v1.8.0