浏览代码

权益来源

xingzai 3 年之前
父节点
当前提交
da850d5fc1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/activity.go

+ 1 - 1
services/activity.go

@@ -912,7 +912,7 @@ func PushViewRecordNewRedisData(reportViewRecord *ReportViewRecord, companyId in
 		RealName:    reportViewRecord.RealName,
 		CompanyName: reportViewRecord.CompanyName,
 		ViewTime:    reportViewRecord.CreateTime.Format(utils.FormatDateTime),
-		ProductId:   1,
+		ProductId:   2,
 		CompanyId:   companyId,
 	}
 	if utils.Re == nil {