feat:完善项目信息
This commit is contained in:
@ -66,7 +66,7 @@ func (c *Patent) ipcTree(src []*model2.SysPatentClassify, parentID uint64) []*Pa
|
||||
industrysTitle := make([]string, 0)
|
||||
|
||||
for _, v := range industrys {
|
||||
industrysTitle = append(industrysTitle, config.GetIndustryInfo(v, "-", "/"))
|
||||
industrysTitle = append(industrysTitle, config.GetIndustryInfo(v, "-", "/").Value)
|
||||
}
|
||||
out = append(out, &PatentIPCInfo{
|
||||
ID: v.GetEncodeID(),
|
||||
|
Reference in New Issue
Block a user