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