|
|
|
@ -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 |
|
|
|
|