@@ -69,4 +69,6 @@ public class RepairLog implements Serializable {
@TableField("test_id")
private Integer testId;
+ @TableField(exist = false)
+ private Integer haveButton = 0;
}
@@ -141,10 +141,10 @@
and rr.sys_user_id = #{param.repairManId}
</if>
<if test="param.payStatus != null and param.payStatus ==0">
- and r.status >= 9
+ and r.status < 9
<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}