wangshan 1 жил өмнө
parent
commit
d713d5f263

+ 1 - 1
jyBXBase/rpc/internal/logic/showsearchlogic.go

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