Browse Source

fix:调整

fuwencai 1 year ago
parent
commit
62debf2e85
1 changed files with 4 additions and 1 deletions
  1. 4 1
      entniche_new/src/service/customer/entiy.go

+ 4 - 1
entniche_new/src/service/customer/entiy.go

@@ -172,7 +172,10 @@ func (this *CustomerOperation) CList(searchCode string, isCliam int64, entUserId
 			}
 		}
 	}
-	return cinfoarr, countLimit,count
+	if count < countLimit {
+		count = countLimit
+	}
+	return cinfoarr, countLimit, count
 }
 
 // 获取关注项目数量限制