@@ -144,7 +144,7 @@
and r.status < 9
</if>
<if test="param.payStatus != null and param.payStatus ==1">
- and r.status >= 9
+ and r.status >= 9
<if test="param.commentStatus != null ">
and r.comment_status = #{param.commentStatus}