From ed6f35069824d71ee6da599a328d865eb0c58550 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 25 四月 2024 09:16:26 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/a1536384743/erp_-override

---
 north-glass-erp/src/main/resources/mapper/sd/OrderOtherMoneyMapper.xml |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/sd/OrderOtherMoneyMapper.xml b/north-glass-erp/src/main/resources/mapper/sd/OrderOtherMoneyMapper.xml
index fbe2e09..57fe496 100644
--- a/north-glass-erp/src/main/resources/mapper/sd/OrderOtherMoneyMapper.xml
+++ b/north-glass-erp/src/main/resources/mapper/sd/OrderOtherMoneyMapper.xml
@@ -5,8 +5,14 @@
 <mapper namespace="com.example.erp.mapper.sd.OrderOtherMoneyMapper">
     <select id="findById">
         select
-            a.*,
-            b.alias
+            a.order_id,
+            a.`column`,
+            a.quantity,
+            a.price,
+            a.money,
+            a.create_time,
+            b.alias,
+            b.id
         from order_other_money as a
         left join  basic_other_money as b
         on a.`column` = b.`column`

--
Gitblit v1.8.0