Эх сурвалжийг харах

Merge branch 'crm/crm_16.6' into debug

317699326@qq.com 1 сар өмнө
parent
commit
ee6711941d

+ 1 - 1
controllers/roadshow/report.go

@@ -782,7 +782,7 @@ func (this *CalendarController) ReportCalendarList() {
 	}
 
 	if englishCompany > 0 {
-		condition += ` and n.english_company = ? `
+		condition += ` and b.english_company = ? `
 		pars = append(pars, englishCompany)
 	}