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