@@ -890,6 +890,9 @@ func (s *subscribePush) SetRead(newUserId, id int64, userId, entUserId, entId st
}
if !isEnt {
+ if s.ModuleFlag == EntnicheFlag {
+ userId = entUserId
+ }
todaySubPush, err := s.GetTodayCache(userId, userType)
//当天数据处理
if err == nil && todaySubPush != nil {