From 3a91fc2b0e923f1b697113cd7de879f61a452e9b Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期三, 02 七月 2025 14:07:29 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override

---
 north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
index 25595b3..e5eb8ec 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -3111,4 +3111,8 @@
         group by a.process_Id
         ORDER BY a.id desc
     </select>
+
+    <select id="getSumQuantity">
+        select quantity from  sd.`order` where order_id=#{orderId}
+    </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0