From 3584c72284eb1b9b9b9f31dc72a5b3f6538f3302 Mon Sep 17 00:00:00 2001 From: chenhao Date: Thu, 21 May 2026 20:29:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=E6=B8=85=E9=99=A4=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E4=BF=A1=E6=81=AF=E6=97=B6=E6=B8=85=E7=A9=BA=20order?= =?UTF-8?q?=5Fcode=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/inventory/InventoryInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-sip/src/main/resources/mapper/inventory/InventoryInfoMapper.xml b/ruoyi-sip/src/main/resources/mapper/inventory/InventoryInfoMapper.xml index 563ff59e..0d718c31 100644 --- a/ruoyi-sip/src/main/resources/mapper/inventory/InventoryInfoMapper.xml +++ b/ruoyi-sip/src/main/resources/mapper/inventory/InventoryInfoMapper.xml @@ -201,7 +201,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" update oms_inventory_info - set inventory_status = 0,outer_code=null + set inventory_status = 0,outer_code=null,order_code=null where id in #{id}