|
@@ -52,7 +52,7 @@ func (l *ByPushHistoryLogic) ByPushHistory(req *types.SubscribeReq) (resp *types
|
|
|
matchkeys = strings.Join(matchkeysArr, ",")
|
|
|
matchkeys = strings.ReplaceAll(matchkeys, " ", ",")
|
|
|
}
|
|
|
- if req.SelectTime == "" && req.PushTime != "" { //微信跳转过来的 按照推送时间查询导出
|
|
|
+ if req.PushTime != "" { //微信跳转过来的 按照推送时间查询导出
|
|
|
req.SelectTime = req.PushTime
|
|
|
}
|
|
|
res, err := l.svcCtx.Suscribe.ByPushHistory(l.ctx, &bxsubscribe.SubscribeInfosReq{
|