From 819708110b5892ef33e32062236afd3c1b419af6 Mon Sep 17 00:00:00 2001 From: qiankanghui Date: Mon, 20 Jul 2026 09:34:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(production):=20=E4=BF=AE=E6=AD=A3=E5=91=86?= =?UTF-8?q?=E6=BB=9E=E5=93=81=E9=80=81=E6=A3=80=E7=8A=B6=E6=80=81=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将插入语句中的状态字段从 'S' 修改为 'D' --- src/main/resources/mapper/production/StagnationDetailMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/production/StagnationDetailMapper.xml b/src/main/resources/mapper/production/StagnationDetailMapper.xml index 0f17b68..1d75f38 100644 --- a/src/main/resources/mapper/production/StagnationDetailMapper.xml +++ b/src/main/resources/mapper/production/StagnationDetailMapper.xml @@ -95,7 +95,7 @@ #{transNo}, #{site}, '*', '*', '*', #{userId}, GETDATE(), GETDATE(), '', #{userId}, '', '', 'N', 'N', '', '0', - '已入库', 'S', '呆滞品送检', '', 'Y', 'N', #{batchNo} + '已入库', 'D', '呆滞品送检', '', 'Y', 'N', #{batchNo} )