Browse Source

Merge remote-tracking branch 'origin/feature/v1.1.7' into feature/v1.1.7

WH01243 2 years ago
parent
commit
cbce11290a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jyBXSubscribe/rpc/model/push.go

+ 1 - 1
jyBXSubscribe/rpc/model/push.go

@@ -240,7 +240,7 @@ func (s *subscribePush) Datas(spqp *SubPushQueryParam) (hasNextPage bool, total
 			logx.Info(spqp.UserId, "GetTodayCache Error", err)
 		}
 		if err != nil || subPush == nil || subPush.Date != nowFormat || len(subPush.Datas) == 0 {
-			list, countSearch := s.getDatasFromMysql(spqp, starttime, endtime, spqp.PageSize, true)
+			list, countSearch := s.getDatasFromMysql(spqp, starttime, endtime, spqp.PageSize, false)
 			subPush = &SubPush{
 				Date:  nowFormat,
 				Datas: list,