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 {