瀏覽代碼

feat:检验字段修改

duxin 3 年之前
父節點
當前提交
7d393d2579
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jyBXBase/rpc/bxcollection/internal/logic/showsearchlogic.go

+ 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)