From 82b80d46edd1761d25cae7addb16541fd49f7d29 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 2 Sep 2026 10:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E4=BD=8D=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/warehouse/WarehouseMapper.xml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/main/resources/mapper/warehouse/WarehouseMapper.xml b/src/main/resources/mapper/warehouse/WarehouseMapper.xml index 53fee9cd..bdfbf942 100644 --- a/src/main/resources/mapper/warehouse/WarehouseMapper.xml +++ b/src/main/resources/mapper/warehouse/WarehouseMapper.xml @@ -104,12 +104,37 @@ update location + LocationName = #{locationName,jdbcType=VARCHAR}, + + WareHouseID = #{warehouseId,jdbcType=VARCHAR}, + + + Active = #{active,jdbcType=VARCHAR}, + locationGroupId = #{locationGroupId,jdbcType=VARCHAR}, + + hide = #{hide,jdbcType=VARCHAR}, + + + hold = #{hold,jdbcType=VARCHAR}, + + + row = #{row,jdbcType=VARCHAR}, + + + storey = #{storey,jdbcType=VARCHAR}, + + + box = #{box,jdbcType=VARCHAR}, + + + locationType = #{locationType,jdbcType=VARCHAR}, +