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