@@ -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 {