Browse Source

标签管理

master
常熟吴彦祖 3 months ago
parent
commit
c762f597f1
  1. 6
      src/main/resources/mapper/warehouse/LabelQueryMapper.xml

6
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

Loading…
Cancel
Save