Explorar o código

分配查询sql优化

dfsfs hai 1 ano
pai
achega
9aff383a22

+ 4 - 4
warewms-ams/src/main/resources/mapper/ams/InvLotLocIdMapper.xml

@@ -913,10 +913,10 @@
             att.lotatt13, att.lotatt14, att.lotatt15, wdoh.so_reference1 erpNo, inv.create_time createTime, att.lotnum lotnum
         from inv_lot_loc_id inv
         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>
             <if test="orderNo != null  and orderNo != ''"> and wdoh.order_no = #{orderNo}</if>
             <if test="status != null  and status != ''"> and t1.status = #{status}</if>