feat:完善信息

This commit is contained in:
henry
2021-10-09 17:32:23 +08:00
parent af44287b4a
commit 0dd46c0c9d
10 changed files with 199 additions and 5 deletions

View File

@ -69,6 +69,7 @@ func (c *Paper) Form(params *PaperParams) error {
return errors.New("无权限操作")
}
}
mTechnologyPaper.UID = c.UID
mTechnologyPaper.Title = params.Title
mTechnologyPaper.Ext = params.Ext
mTechnologyPaper.Author = params.Author