소스 검색

权益来源

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 {