han\hanst 3 months ago
parent
commit
1010ba897d
  1. 4
      src/main/resources/mapper/warehouse/LabelQueryMapper.xml

4
src/main/resources/mapper/warehouse/LabelQueryMapper.xml

@ -5,7 +5,7 @@
<!-- 分页查询HandlingUnit标签信息 -->
<select id="getHandlingUnitLabelList" resultType="com.gaotao.modules.handlingunit.entity.dto.HandlingUnitDto">
SELECT
SELECT
h.unit_id as unitId,
h.site,
h.part_no as partNo,
@ -29,7 +29,7 @@
h.remark,
w.WareHouseName as warehouseName,
l.LocationName as locationName,
h.height
h.height,h.wdr
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