@@ -11,7 +11,7 @@
from t_download_order o
left join t_user u on o.user_id = u.id
<include refid="commonWhere"></include>
- <if test="param.customerType!=null or param.payMethod!=null or param.useType!=null">
+ <if test="param.customerType!=null or param.payMethod==1 or param.useType!=null">
and o.rec_status = 'ABC'
</if>
union all
from t_increment_order o