Browse Source

fix:权益修改

duxin 1 year ago
parent
commit
36e18991c0

+ 2 - 0
src/jfw/modules/bigmember/src/entity/marketAnalysis/analysisPdf.go

@@ -166,6 +166,7 @@ func (this *AnalysisReportPdf) GetPdfDetail() {
 						TimeRange:  qutil.InterfaceToStr((*rData)["timeRange"]),
 						HasPower:   true,
 					},
+					Free:     false,
 					PageNum:  1,
 					PageSize: 100,
 				})
@@ -220,6 +221,7 @@ func (this *AnalysisReportPdf) GetPdfDetail() {
 						HasPower:   true,
 						BuyerClass: qutil.InterfaceToStr((*rData)["buyerClass"]),
 					},
+					Free:     false,
 					PageNum:  1,
 					PageSize: 100,
 				})