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