wangchuanjin 5 anni fa
parent
commit
98e93c5bc9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      common/src/qfw/util/jy/entnichepush.go

+ 1 - 1
common/src/qfw/util/jy/entnichepush.go

@@ -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 {