feat:优化信息,完善es查询,完善网站首页公司信息查询
This commit is contained in:
@ -117,9 +117,6 @@ func (c *Search) Launch(identity int, param, industry string, page, pageSize int
|
||||
ids := make([]uint64, 0)
|
||||
|
||||
for _, v := range out.([]*service.ESManage) {
|
||||
if v.Identity != identity {
|
||||
continue
|
||||
}
|
||||
ids = append(ids, v.ID)
|
||||
}
|
||||
handle, has := searchIdentityHandle[identity]
|
||||
|
Reference in New Issue
Block a user