|
@@ -918,6 +918,7 @@ func (this *MobileReportController) SearchReport() {
|
|
|
}
|
|
|
if v.ReportId > 0 {
|
|
|
item.Resource = 3
|
|
|
+ item.ReportId = v.ReportId
|
|
|
}
|
|
|
resp.ListHz = append(resp.ListHz, &item)
|
|
|
}
|
|
@@ -1000,6 +1001,7 @@ func (this *MobileReportController) SearchReport() {
|
|
|
}
|
|
|
if v.ReportId > 0 {
|
|
|
item.Resource = 3
|
|
|
+ item.ReportId = v.ReportId
|
|
|
}
|
|
|
if v.IsSpecial == 1 {
|
|
|
//去除图片标签
|