作者 唐旭辉

添加输出字段

... ... @@ -263,6 +263,8 @@ type RspAuditList struct {
ReviewStatusName string `json:"review_status_name"`
EnableStatus int8 `json:"enable_status"`
EnableStatusName string `json:"enable_status_name"`
DiscoveryScore string `json:"discovery_score"`
CommentTotal string `json:"comment_total"`
}
type ChanceFlowLog struct {
... ...
... ... @@ -135,6 +135,8 @@ func GetAuditList(param protocol.RequestAuditList, companyid int64, userid int64
ReviewStatus: v.ReviewStatus,
ReviewStatusName: models.ChanceReviewStatusMap[v.ReviewStatus],
Code: v.Code,
DiscoveryScore: v.DiscoveryScore,
CommentTotal: v.CommentTotal,
}
if t < 0 {
... ...