From f6a74c05a0b5a46921f9e618a1382fb5f9665fcd Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 16 Mar 2026 09:57:35 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-16=20=E5=AE=9E=E6=97=B6=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E7=AE=A1=E7=90=86=E3=80=90=E5=B1=9E=E6=80=A7=E5=8F=98?= =?UTF-8?q?=E5=8A=A8=E3=80=91=E5=A2=9E=E5=8A=A0=E2=80=9C=E4=B8=8A=E7=BA=A7?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=8F=B7=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/wms/WmsPrintMapper.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/wms/WmsPrintMapper.xml b/src/main/resources/mapper/wms/WmsPrintMapper.xml index 01645c1..ea9c4b1 100644 --- a/src/main/resources/mapper/wms/WmsPrintMapper.xml +++ b/src/main/resources/mapper/wms/WmsPrintMapper.xml @@ -296,8 +296,9 @@ UPDATE inventory_stock SET - batch_no = #{batchNo,jdbcType=VARCHAR}, - remark = #{remark,jdbcType=VARCHAR} + + remark = #{remark,jdbcType=VARCHAR}, + parent_roll_no = #{parentRollNo,jdbcType=VARCHAR} WHERE site = #{site,jdbcType=VARCHAR} AND bu_no = #{buNo,jdbcType=VARCHAR} AND roll_no = #{rollNo,jdbcType=VARCHAR}