From c762f597f10b8426ca66511093a47bc36811caed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Tue, 14 Oct 2025 22:37:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/warehouse/LabelQueryMapper.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/warehouse/LabelQueryMapper.xml b/src/main/resources/mapper/warehouse/LabelQueryMapper.xml index 06655cf..a5469da 100644 --- a/src/main/resources/mapper/warehouse/LabelQueryMapper.xml +++ b/src/main/resources/mapper/warehouse/LabelQueryMapper.xml @@ -28,7 +28,8 @@ h.bar_code as barCode, h.remark, w.WareHouseName as warehouseName, - l.LocationName as locationName + l.LocationName as locationName, + h.height FROM handling_unit h LEFT JOIN warehouse w ON h.warehouse_id = w.WareHouseID AND h.site = w.Site LEFT JOIN location l ON h.location_id = l.LocationID AND h.site = l.Site @@ -84,7 +85,8 @@ l.LocationName as locationName, p.pallet_id, s.station_id, - s.station_area + s.station_area, + h.height FROM handling_unit h LEFT JOIN warehouse w ON h.warehouse_id = w.WareHouseID AND h.site = w.Site LEFT JOIN location l ON h.location_id = l.LocationID AND h.site = l.Site