소스 검색

Merge branch 'crm/crm_16.6' into debug

317699326@qq.com 1 개월 전
부모
커밋
ee6711941d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/roadshow/report.go

+ 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)
 	}