|
@@ -2056,8 +2056,8 @@ func (this *CalendarController) ResearcherReportExport() {
|
|
|
pars = append(pars, endDate)
|
|
|
}
|
|
|
|
|
|
- condition += ` AND b.activity_type = ‘路演’ `
|
|
|
- condition += ` AND b.roadshow_type <>'' `
|
|
|
+ condition += ` AND b.activity_type = '路演' `
|
|
|
+ condition += ` AND b.roadshow_type <> '' `
|
|
|
condition += ` AND c.question_status = 1 `
|
|
|
|
|
|
list, err := roadshow.GetReportResearcherExport(condition, pars)
|