duxin 3 жил өмнө
parent
commit
7d393d2579

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

@@ -68,7 +68,7 @@ func (l *ShowSearchLogic) ShowSearch(in *bxcol.ShowSearchReq) (res *bxcol.ShowSe
 			//ppa,buyer,winner,agency
 			if (listSearch.SelectType != "title,content" && listSearch.SelectType != "title" && listSearch.SelectType != "content") ||
 				(listSearch.Publishtime != "lately-7" && listSearch.Publishtime != "thisyear" && listSearch.Publishtime != "lately-30") ||
-				listSearch.City != "" || listSearch.NotKey != "" || listSearch.Winnertel != "" || listSearch.Buyertel != "" || listSearch.Tabularflag != "Y" {
+				listSearch.City != "" || listSearch.NotKey != "" || listSearch.Winnertel != "" || listSearch.Buyertel != "" || listSearch.Buyerclass != "" {
 				listSearch.IsPay = true
 			}
 			data = append(data, &listSearch)