Browse Source

权益来源

xingzai 3 years ago
parent
commit
da850d5fc1
1 changed files with 1 additions and 1 deletions
  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 {