@@ -25,7 +25,7 @@
<if test="param.useType!=null">
and o.use_type = #{param.useType}
</if>
- <if test="param.payMethod!=null and param.payMethod==1">
+ <if test="param.payMethod!=null and param.payMethod==0">
and o.rec_status = 'ABC'
order by create_time desc
@@ -24,7 +24,7 @@