浏览代码

Merge branch 'release' into dev2.9.2

lianbingjie 5 年之前
父节点
当前提交
42deab37c3
共有 2 个文件被更改,包括 1 次插入2 次删除
  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目录中,按前后台\模块划分
 系统配置文件统一放在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 {
 		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 {