From fe22db0c7c96c425bfb3814c6f1da03a77f1b36b Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期三, 08 四月 2026 17:19:03 +0800
Subject: [PATCH] 库存修改

---
 src/main/resources/mapper/stock/StockInventoryMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/stock/StockInventoryMapper.xml b/src/main/resources/mapper/stock/StockInventoryMapper.xml
index fd44dcd..a9d431f 100644
--- a/src/main/resources/mapper/stock/StockInventoryMapper.xml
+++ b/src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -82,6 +82,9 @@
         (si.qualitity - COALESCE(si.locked_quantity, 0)) as un_locked_quantity,
         pm.model,
         si.remark,
+        si.warehouse_code,
+        si.warehouse_name,
+        si.product_code,
         pm.unit,
         p.product_name
         from stock_inventory si

--
Gitblit v1.9.3