Selaa lähdekoodia

Merge branch 'cygx/cygx_check_table' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 1 vuosi sitten
vanhempi
commit
9d15f594d6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      controllers/cygx/user.go

+ 1 - 1
controllers/cygx/user.go

@@ -3022,7 +3022,7 @@ func (this *UserController) CompanyList() {
 
 		//fmt.Println("es 搜索")
 		totalEs, esList, err := services.SearcCygxArticleHistoryData(utils.IndexNameArticleHistory, keyWord, startDate, endDate, companyIds, startSize, pageSize)
-		if keyWord+startDate+endDate == "" {
+		if keyWord+startDate+endDate != "" {
 			total = int(totalEs)
 		}
 		var articleIds string