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}, +