浏览代码

推送修改

WH01243 2 年之前
父节点
当前提交
db17c2f3ee
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/jfw/modules/publicapply/src/subscribePush/service/pushList.go

+ 3 - 3
src/jfw/modules/publicapply/src/subscribePush/service/pushList.go

@@ -137,7 +137,7 @@ func (sp *SubscribePush) HasPushHistory() {
 		}
 	}
 	//推送记录查询
-	pageNum, _ := sp.GetInteger("pageNum")
+	/*pageNum, _ := sp.GetInteger("pageNum")
 	spqp := &jy.SubPushQueryParam{
 		Mgo_bidding:   db.Mgo_Bidding,
 		Bidding:       db.DbConf.Mongodb.Bidding.Collection,
@@ -186,7 +186,7 @@ func (sp *SubscribePush) HasPushHistory() {
 			list[i].Buyer = ""
 			list[i].Bidopentime = -1
 		}
-	}
+	}*/
 	sp.ServeJson(map[string]interface{}{
 		"userId":      util.EncodeArticleId(_userId),           //用户id
 		"haskey":      hasKeyFlag,                              //免费用户和超级订阅是否有订阅词
@@ -197,7 +197,7 @@ func (sp *SubscribePush) HasPushHistory() {
 		"isPassCount": isPassCount,                             //推送数量校验
 		"otherFlag":   otherFlag,                               //首次用户推送查询“其他”
 		"isread":      isread,                                  //某个通知??是否已读
-		"data":        list,                                    //推送记录字段 *适配大会员
+		//"data":        list,                                    //推送记录字段 *适配大会员
 		"hasNextPage": hasNextPage,                             //是否有下一页 *适配大会员
 		"industry":    industry_,                               //会员订阅的行业
 	})