瀏覽代碼

wip:多余关键词

wangshan 8 月之前
父節點
當前提交
a0feb2475f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jyBXCore/rpc/internal/logic/purchasesearchlogic.go

+ 1 - 1
jyBXCore/rpc/internal/logic/purchasesearchlogic.go

@@ -68,6 +68,6 @@ func (l *PurchaseSearchLogic) PurchaseSearch(in *bxcore.PurchaseReq) (*bxcore.Pu
 	res.Data.Keywords = ps.HighlightWords
 	res.Data.InterceptLimit = int64(MC.IntAllDef(IC.C.KeywordsLimit, 35))
 	res.Data.InterceptKeywords = ps.InterceptKeyWords
-	res.Data.InterceptOtherWords = ps.KeyWords
+	res.Data.InterceptOtherWords = ps.TipMsg
 	return res, err
 }