|
@@ -913,10 +913,10 @@
|
|
att.lotatt13, att.lotatt14, att.lotatt15, wdoh.so_reference1 erpNo, inv.create_time createTime, att.lotnum lotnum
|
|
att.lotatt13, att.lotatt14, att.lotatt15, wdoh.so_reference1 erpNo, inv.create_time createTime, att.lotnum lotnum
|
|
from inv_lot_loc_id inv
|
|
from inv_lot_loc_id inv
|
|
left join base_location_info bli on bli.id = inv.location_id
|
|
left join base_location_info bli on bli.id = inv.location_id
|
|
- left join inv_lot_att att on inv.lotnum = att.lotnum
|
|
|
|
- left join base_sku sk on inv.sku = sk.sku
|
|
|
|
- left join wms_doc_order_header wdoh on att.lotatt14 = wdoh.order_no
|
|
|
|
- left join wms_doc_order_details wdod on wdod.order_no = wdod.order_no
|
|
|
|
|
|
+ left join inv_lot_att att on att.lotnum = inv.lotnum
|
|
|
|
+ left join base_sku sk on sk.sku = inv.sku
|
|
|
|
+ left join wms_doc_order_header wdoh on wdoh.order_no = att.lotatt14
|
|
|
|
+ left join wms_doc_order_details wdod on wdod.order_no = wdoh.order_no
|
|
<where>
|
|
<where>
|
|
<if test="orderNo != null and orderNo != ''"> and wdoh.order_no = #{orderNo}</if>
|
|
<if test="orderNo != null and orderNo != ''"> and wdoh.order_no = #{orderNo}</if>
|
|
<if test="status != null and status != ''"> and t1.status = #{status}</if>
|
|
<if test="status != null and status != ''"> and t1.status = #{status}</if>
|