正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -170,7 +170,7 @@ func GetAuditList(param protocol.RequestAuditList, companyid int64, userid int64 | @@ -170,7 +170,7 @@ func GetAuditList(param protocol.RequestAuditList, companyid int64, userid int64 | ||
| 170 | } | 170 | } |
| 171 | 171 | ||
| 172 | s1 := `SELECT a.id,a.department_id,a.audit_template_id,a.chance_type_id | 172 | s1 := `SELECT a.id,a.department_id,a.audit_template_id,a.chance_type_id |
| 173 | - ,a.publish_status,a.create_at,a.review_status,a.enable_status | 173 | + ,a.publish_status,a.create_at,a.review_status,a.status |
| 174 | ,a.discovery_score,a.comment_total ,a.code,d.nick_name,d.id as user_id | 174 | ,a.discovery_score,a.comment_total ,a.code,d.nick_name,d.id as user_id |
| 175 | FROM chance AS a | 175 | FROM chance AS a |
| 176 | JOIN user_company AS c ON c.id = a.user_id | 176 | JOIN user_company AS c ON c.id = a.user_id |
-
请 注册 或 登录 后发表评论