@@ -44,7 +44,7 @@ func (l *ShowSearchLogic) ShowSearch(in *bxbase.ShowSearchReq) (res *bxbase.Show
}
query := map[string]interface{}{
"user_id": in.UserId,
- "type": in.Type,
+ //"type": in.Type,
allSearch, b := IC.Mgo.Find("search_condition", query, `{"creation_time":-1}`, "", false, -1, -1)
if !b {