|
@@ -279,6 +279,7 @@ func (kws *KeyWordsSearch) GetBidSearchList(in *bxcore.SearchReq) (count, total
|
|
// 聚合搜索
|
|
// 聚合搜索
|
|
func (kws *KeyWordsSearch) PolymerizeSearch(in *bxcore.PolymerizeSearchReq) *bxcore.SearchReturn {
|
|
func (kws *KeyWordsSearch) PolymerizeSearch(in *bxcore.PolymerizeSearchReq) *bxcore.SearchReturn {
|
|
data := &bxcore.SearchReturn{}
|
|
data := &bxcore.SearchReturn{}
|
|
|
|
+
|
|
//powerCheck := IC.Middleground.PowerCheckCenter.Check(in.AppId, in.UserId, in.NewUserId, in.AccountId, in.EntId, in.PositionType, in.PositionId)
|
|
//powerCheck := IC.Middleground.PowerCheckCenter.Check(in.AppId, in.UserId, in.NewUserId, in.AccountId, in.EntId, in.PositionType, in.PositionId)
|
|
//企业搜索
|
|
//企业搜索
|
|
now1 := time.Now().Unix()
|
|
now1 := time.Now().Unix()
|
|
@@ -295,7 +296,7 @@ func (kws *KeyWordsSearch) PolymerizeSearch(in *bxcore.PolymerizeSearchReq) *bxc
|
|
log.Println("采购单位搜搜索", now3-now2)
|
|
log.Println("采购单位搜搜索", now3-now2)
|
|
if in.AccountId > 0 {
|
|
if in.AccountId > 0 {
|
|
//菜单搜索
|
|
//菜单搜索
|
|
- data.MenuList = service.MenuSearch(in)
|
|
|
|
|
|
+ /*data.MenuList = service.MenuSearch(in)*/
|
|
//标讯搜索
|
|
//标讯搜索
|
|
/* now4 := time.Now().Unix()
|
|
/* now4 := time.Now().Unix()
|
|
subscribeList := &bxcore.SearchMap{}
|
|
subscribeList := &bxcore.SearchMap{}
|