Browse Source

Merge branch 'crm/crm_16.6' into debug

317699326@qq.com 1 week ago
parent
commit
da261c1dc2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      controllers/roadshow/report.go

+ 4 - 0
controllers/roadshow/report.go

@@ -2056,6 +2056,10 @@ func (this *CalendarController) ResearcherReportExport() {
 		pars = append(pars, endDate)
 	}
 
+	condition += ` AND b.activity_type = ‘路演’ `
+	condition += ` AND b.roadshow_type <>'' `
+	condition += ` AND c.question_status = 1 `
+
 	list, err := roadshow.GetReportResearcherExport(condition, pars)
 	if err != nil {
 		br.Msg = "获取信息失败!"