|
@@ -53,6 +53,7 @@ func (l *GetSearchListLogic) GetSearchList(in *bxcore.SearchReq) (*bxcore.Search
|
|
//判断是否是空搜索,如果是空搜索,查缓存数据
|
|
//判断是否是空搜索,如果是空搜索,查缓存数据
|
|
if ks.IsEmptySearch(in) {
|
|
if ks.IsEmptySearch(in) {
|
|
res.List, res.Count = ks.GetBidSearchListByCache(in)
|
|
res.List, res.Count = ks.GetBidSearchListByCache(in)
|
|
|
|
+ logx.Info(len(res.List), "+++++++++++++++++++++++++", res.Count)
|
|
return &bxcore.SearchResp{
|
|
return &bxcore.SearchResp{
|
|
Data: res,
|
|
Data: res,
|
|
ErrMsg: "",
|
|
ErrMsg: "",
|