|
@@ -45,7 +45,6 @@ func (l *GetSearchListLogic) GetSearchList(in *bxcore.SearchReq) (*bxcore.Search
|
|
|
InterceptLimit: int64(MC.IntAllDef(IC.C.KeywordsLimit, 35)),
|
|
|
Total: MC.Int64All(IC.C.DefaultBidInfo.Total),
|
|
|
}
|
|
|
- logx.Info(in.SearchGroup, "-----------------:", IC.C.DefaultBidInfo.Total)
|
|
|
//初始化搜索对象
|
|
|
ks := entity.NewKeyWordsSearch()
|
|
|
//处理搜索条件
|
|
@@ -53,7 +52,6 @@ func (l *GetSearchListLogic) GetSearchList(in *bxcore.SearchReq) (*bxcore.Search
|
|
|
//判断是否是空搜索,如果是空搜索,查缓存数据
|
|
|
if ks.IsEmptySearch(in) {
|
|
|
res.List, res.Count = ks.GetBidSearchListByCache(in)
|
|
|
- logx.Info(len(res.List), "+++++++++++++++++++++++++", res.Count)
|
|
|
return &bxcore.SearchResp{
|
|
|
Data: res,
|
|
|
ErrMsg: "",
|