feat:优化信息,完善es查询,完善网站首页公司信息查询

This commit is contained in:
henry
2021-12-23 18:12:33 +08:00
parent eb2cfcb06b
commit b62ee9c3d9
4 changed files with 68 additions and 30 deletions

View File

@ -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]