feat:完善项目信息
This commit is contained in:
@ -91,7 +91,7 @@ func (c *Instance) Index(tenantID uint64, title, contact, contactMobile string,
|
||||
_industry := make([]string, 0)
|
||||
|
||||
for _, v := range v.GetIndustryAttribute() {
|
||||
_industry = append(_industry, config.GetIndustryInfo(v, "-", "/"))
|
||||
_industry = append(_industry, config.GetIndustryInfo(v, "-", "/").Value)
|
||||
}
|
||||
list = append(list, &InstanceInfo{
|
||||
ID: v.GetEncodeID(),
|
||||
|
Reference in New Issue
Block a user