...
|
...
|
@@ -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 {
|
...
|
...
|
|