317699326@qq.com 1 hete
szülő
commit
eb14ff2d7e
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      controllers/roadshow/report.go

+ 2 - 2
controllers/roadshow/report.go

@@ -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)