@@ -80,7 +80,7 @@ func GetRddpReportViewersDetail(startTime, endTime string) (items []*ResearchRep
WHERE uvh.create_time >?
AND uvh.create_time <=?
AND c.company_id NOT IN (1)
- AND r.classify_name_first not in ("周报","双周报","月报","数据点评","会议纪要","年报合集","需求报告")
+ AND r.classify_name_first not in ("周报","大宗商品","月报","数据点评","会议纪要","年报合集","需求报告")
ORDER BY uvh.create_time DESC
`
o := orm.NewOrm()
@@ -136,7 +136,7 @@ FROM
- AND r.classify_name_first = "双周报"
+ AND r.classify_name_first = "大宗商品"
@@ -255,7 +255,7 @@ func ReportViewDetail() (err error) {
cellE := row.AddCell()
cellE.Value = item.ClassifyNameSecond
cellF := row.AddCell()
- cellF.Value = `双周报`
+ cellF.Value = `大宗商品`
}
continue
} else if v.TypeName == `月报` {