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