From 62fb8d5943e65945cb49cb8ae29e5a8ca9901596 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 22 十一月 2024 19:47:19 +0800
Subject: [PATCH] 创建工程相关提交

---
 north-glass-erp/src/main/resources/mapper/mm/FinishedGoodsInventory.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/mm/FinishedGoodsInventory.xml b/north-glass-erp/src/main/resources/mapper/mm/FinishedGoodsInventory.xml
index eff0aa6..fc48579 100644
--- a/north-glass-erp/src/main/resources/mapper/mm/FinishedGoodsInventory.xml
+++ b/north-glass-erp/src/main/resources/mapper/mm/FinishedGoodsInventory.xml
@@ -436,6 +436,10 @@
         select quantity from sd.`delivery`  where delivery_id=#{deliveryId}
     </select>
 
+    <select id="findOrderDelivery" >
+        select * from sd.`delivery`  where order_id=#{orderId}
+    </select>
+
     <select id="findDeliverydetailsum"  >
         select ifnull(sum(quantity),0) from sd.`delivery_detail`  where delivery_id=#{deliveryId} and delivery_detail_state=#{deliveryDetailState}
     </select>
@@ -547,6 +551,13 @@
 
     </select>
 
+    <select id="findOrderDetailNumberd" >
+        select *
+        from  sd.`order_detail`
+        where order_number = #{orderNumber} and order_id=#{orderId};
+
+    </select>
+
     <select id="finishedGoodsInventorybycount" >
         select quantity_available
         from  mm.`finished_goods_inventory`

--
Gitblit v1.8.0