|
@@ -34,7 +34,7 @@ func (l *ByPushHistoryLogic) ByPushHistory(req *types.SubscribeReq) (resp *types
|
|
|
//关键词
|
|
|
matchkeysArr := []string{}
|
|
|
matchkeys := ""
|
|
|
- if req.PositionType == 0 {
|
|
|
+ if req.IsEnt {
|
|
|
for k, v := range req.Item {
|
|
|
if common.InterfaceToStr(v) == "" {
|
|
|
matchitemsArr = append(matchitemsArr, common.InterfaceToStr(k))
|