From 29ebf505858680baf41bbe1c21aef452ce56e542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Thu, 25 May 2023 21:12:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=95=86=E5=93=81=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=B2=A1=E6=9C=89=E8=B4=A7=E4=BB=93=E4=BD=8D=E8=B4=A7?= =?UTF-8?q?=E6=9E=B6=E5=AD=97=E6=AE=B5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper_xml/MaterialMapperEx.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jshERP-boot/src/main/resources/mapper_xml/MaterialMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/MaterialMapperEx.xml index c94586b6..b74f346e 100644 --- a/jshERP-boot/src/main/resources/mapper_xml/MaterialMapperEx.xml +++ b/jshERP-boot/src/main/resources/mapper_xml/MaterialMapperEx.xml @@ -209,6 +209,9 @@ enable_batch_number, + + position, + tenant_id, @@ -274,6 +277,9 @@ #{enableBatchNumber,jdbcType=VARCHAR}, + + #{position,jdbcType=VARCHAR}, + #{tenantId,jdbcType=BIGINT},