Explorar o código

Merge branch 'release' into dev2.9.2

lianbingjie %!s(int64=5) %!d(string=hai) anos
pai
achega
42deab37c3
Modificáronse 2 ficheiros con 1 adicións e 2 borrados
  1. 0 1
      README.md
  2. 1 1
      common/src/qfw/util/jy/entnichepush.go

+ 0 - 1
README.md

@@ -13,4 +13,3 @@ pkg目录,已经在版本控制中排除,不会被提交。
 业务代码放在bsw目录中,按前后台\模块划分
 业务代码放在bsw目录中,按前后台\模块划分
 系统配置文件统一放在config.json中。
 系统配置文件统一放在config.json中。
 
 
-

+ 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 {
 	if id <= 0 {
 		return
 		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)
 	todaySubPush, err := e.GetTodayCache(entId, userId)
 	if err == nil && todaySubPush != nil {
 	if err == nil && todaySubPush != nil {
 		for _, v := range todaySubPush.Datas {
 		for _, v := range todaySubPush.Datas {