|
@@ -237,8 +237,10 @@
|
|
|
LEFT JOIN tb_rst_sales_order_info o ON r.renewed_back_efast_order_id = o.sales_orderId
|
|
|
<where>
|
|
|
<if test="renewedSendStatus != null and renewedSendStatus != ''">
|
|
|
- and renewed_send_status = #{renewedSendStatus}
|
|
|
+ and r.renewed_send_status = #{renewedSendStatus}
|
|
|
</if>
|
|
|
+ AND r.renewed_send_logistics_company != NULL
|
|
|
+ AND r.renewed_send_logistics_no != NULL
|
|
|
</where>
|
|
|
</select>
|
|
|
</mapper>
|