Browse Source

订阅推送今天数据修改

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

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

@@ -279,7 +279,7 @@ func (s *subscribePush) Datas(spqp *SubPushQueryParam) (hasNextPage bool, total
 				Count: countSearch,
 			}
 			if spqp.IsEnt == false {
-				s.PutTodayCache(spqp.UserId, allCache)
+				s.PutAllCache(spqp.UserId, allCache)
 			}
 		}
 		length := len(allCache.Datas)