|
|
|
@ -306,12 +306,6 @@
|
|
|
|
|
LEFT JOIN logpm_warehouse_tray_goods lwtg on lwtg.tray_id =lwt.id |
|
|
|
|
<where> |
|
|
|
|
lwta.is_deleted =0 |
|
|
|
|
<!-- <if test="param.palletName!=null and param.palletName!=''">--> |
|
|
|
|
<!-- and lwt.pallet_name like concat('%',#{param.palletName},'%')--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
<!-- <if test="param.palletCode!=null and param.palletCode!=''">--> |
|
|
|
|
<!-- and lwt.pallet_code like concat('%',#{param.palletCode},'%')--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
and lwta.allocation_id =#{param.id} |
|
|
|
|
</where> |
|
|
|
|
GROUP BY lwt.id |
|
|
|
|