feat:完善项目信息

This commit is contained in:
henry
2022-01-19 16:13:40 +08:00
parent 6adf1381d0
commit 94106773f5
3 changed files with 19 additions and 4 deletions

View File

@ -59,6 +59,7 @@ func (c *Research) Launch(params *BasicParams, other *config.IdentityForResearch
mManageResearch.SetIndustryAttribute(params.Industrys)
mManageResearch.SetKeywordAttribute(params.Keywords)
mManageResearch.SetResearchAttribute(other.Researchs)
mManageResearch.License = other.FilterLicense()
mManageResearch.Introduce = params.Introduce
return orm.GetDB().Transaction(func(tx *gorm.DB) error {