From d36f413965c4ef2ea35a7e0ecefd32001a1e66f8 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期四, 04 十二月 2025 18:59:08 +0800
Subject: [PATCH] 1. 拣料出库不换库位 2. 缓存代码优化 3. 库存按批次先进先出

---
 rsf-server/src/main/resources/mapper/manager/WarehouseStockMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/rsf-server/src/main/resources/mapper/manager/WarehouseStockMapper.xml b/rsf-server/src/main/resources/mapper/manager/WarehouseStockMapper.xml
index e0ccacc..1f3ada5 100644
--- a/rsf-server/src/main/resources/mapper/manager/WarehouseStockMapper.xml
+++ b/rsf-server/src/main/resources/mapper/manager/WarehouseStockMapper.xml
@@ -5,6 +5,7 @@
         SELECT id,
                loc_id,
                loc_code,
+               warehouse,
                type,
                order_item_id,
                wk_type,

--
Gitblit v1.9.1