|
@@ -245,7 +245,7 @@ func (e *entnichePush) Visit(PushMysql *mysql.Mysql, entId, userId, id int) {
|
|
|
if id <= 0 {
|
|
|
return
|
|
|
}
|
|
|
- PushMysql.UpdateOrDeleteBySql("update pushsubscribe set isvisit=1 where userid=? and id=?", userId, id)
|
|
|
+ PushMysql.UpdateOrDeleteBySql("update pushentniche set isvisit=1 where userid=? and id=?", userId, id)
|
|
|
todaySubPush, err := e.GetTodayCache(entId, userId)
|
|
|
if err == nil && todaySubPush != nil {
|
|
|
for _, v := range todaySubPush.Datas {
|