浏览代码

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

xingzai 1 年之前
父节点
当前提交
9d15f594d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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