|
@@ -508,6 +508,7 @@ func (d *ApproverDao) PassHandler(auditType string, id int, uid int, auditId int
|
|
|
rectification.ProjectId = safe.ProjectId
|
|
|
rectification.DataId = safe.Id
|
|
|
rectification.DataType = 0
|
|
|
+ rectification.AccountId = auditor.AuditId
|
|
|
rectification.CreateTime = time.Now()
|
|
|
newRectifiedTime, _ := time.Parse("2006-01-02 15:04:05", rectifiedTime)
|
|
|
rectification.RectifiedTime = newRectifiedTime
|
|
@@ -646,6 +647,7 @@ func (d *ApproverDao) PassHandler(auditType string, id int, uid int, auditId int
|
|
|
rectification.ProjectId = quality.ProjectId
|
|
|
rectification.DataId = quality.Id
|
|
|
rectification.DataType = 1
|
|
|
+ rectification.AccountId = auditor.AuditId
|
|
|
rectification.CreateTime = time.Now()
|
|
|
newRectifiedTime, _ := time.Parse("2006-01-02 15:04:05", rectifiedTime)
|
|
|
rectification.RectifiedTime = newRectifiedTime
|