| | |
| | | @ApiModelProperty(value = "审核按钮状态(0=显示,1=隐藏)") |
| | | private Integer auditButtonStatus; |
| | | |
| | | @ApiModelProperty(value = "评价打分 0:不满意; 1:一般; 2:满意; 3:非常满意;") |
| | | private Integer rate; |
| | | |
| | | @ApiModelProperty(value = "办结评价") |
| | | private ComplaintComment complaintComment; |
| | | |
| | |
| | | scar.system_user_id, |
| | | scar.reporter, |
| | | scar.department_name, |
| | | scar.department_id |
| | | scar.department_id, |
| | | scc.rate |
| | | FROM sgsb_complaint sc |
| | | LEFT JOIN sgsb_complaint_audit_record scar ON scar.complaint_id = sc.id and scar.latest_flag = 1 |
| | | LEFT JOIN sgsb_complaint_comment scc ON sc.id = scc.complaint_id |
| | | ) AS t |
| | | <where> |
| | | <if test="1 == loginUserInfo.accountLevel"> |