|
@@ -382,6 +382,10 @@ func (s *subscribePush) Datas(spqp *SubPushQueryParam, bsp *ViewCondition) (hasN
|
|
|
if err != nil {
|
|
|
logx.Info(spqp.UserId, "GetAllCache Error", err)
|
|
|
}
|
|
|
+ // 返回信息补正文
|
|
|
+ if allCache != nil && len(allCache.Datas) > 0 && strings.Contains(strings.Join(bsp.SelectType, ","), "detail") {
|
|
|
+ getDetail(allCache)
|
|
|
+ }
|
|
|
if err != nil || allCache == nil || allCache.Date != nowFormat || len(allCache.Datas) == 0 {
|
|
|
list, countSearch := []*bxsubscribe.SubscribeInfo{}, int64(0)
|
|
|
if spqp.IsEnt {
|