|
@@ -51,6 +51,7 @@ func (l *ByPushHistoryLogic) ByPushHistory(req *types.SubscribeReq) (resp *types
|
|
|
}
|
|
|
if len(matchkeysArr) != 0 {
|
|
|
matchkeys = strings.Join(matchkeysArr, ",")
|
|
|
+ matchkeys = strings.ReplaceAll(matchkeys, " ", ",")
|
|
|
}
|
|
|
} else {
|
|
|
matchkeys = req.KeyWords
|