|
@@ -339,6 +339,9 @@ func DocumentReportDetail(outsideReportId int) (*document_manage_model.OutsideRe
|
|
|
Content: outsideReport.Content,
|
|
|
SysUserId: outsideReport.SysUserId,
|
|
|
SysUserName: outsideReport.SysUserName,
|
|
|
+ CreateTime: outsideReport.CreateTime,
|
|
|
+ ModifyTime: outsideReport.ModifyTime,
|
|
|
+ ReportCode: outsideReport.ReportCode,
|
|
|
AttachmentList: attachmentList,
|
|
|
}
|
|
|
return &outsideReportBO, nil
|