|
@@ -249,7 +249,6 @@ func (s *subscribePush) Datas(spqp *SubPushQueryParam) (hasNextPage bool, total
|
|
|
end := start + spqp.PageSize
|
|
|
//时间是今天,没有别的过滤条件--首先读取当前推送缓存数据 其次查询数据库
|
|
|
if nowFormat == date.FormatDateByInt64(&starttime, date.Date_Short_Layout) && spqp.Area == "" && spqp.City == "" && spqp.Buyerclass == "" && spqp.Subscopeclass == "" && spqp.Subtype == "" && spqp.Key == "" && spqp.Price == "" && spqp.FileExists == "" {
|
|
|
- logx.Info("a1:", s.todayKey(spqp.UserId))
|
|
|
subPush := &SubPush{}
|
|
|
var err error
|
|
|
if spqp.IsEnt == false {
|
|
@@ -525,7 +524,6 @@ func (s *subscribePush) getDatasFromMysql(spqp *SubPushQueryParam, starttime, en
|
|
|
} else {
|
|
|
result = []*bxsubscribe.SubscribeInfo{}
|
|
|
}
|
|
|
- logx.Info("result", result)
|
|
|
return
|
|
|
}
|
|
|
|