feat:完善项目信息

This commit is contained in:
henry
2022-01-19 16:21:22 +08:00
parent 94106773f5
commit f0a450b2e5
3 changed files with 2 additions and 4 deletions

View File

@ -90,7 +90,7 @@ func (c *Company) Launch(params *BasicParams, inviterID uint64, other *config.Id
}
mManageCompany.Product = other.Product
mManageCompany.Url = other.Url
mManageCompany.License = other.License
mManageCompany.License = other.FilterLicense()
mManageCompany.SetIndustryAttribute(params.Industrys)
mManageCompany.SetKeywordAttribute(params.Keywords)
mManageCompany.SetDirectionAttribute(other.Directions)