浏览代码

fix:调整

fuwencai 1 年之前
父节点
当前提交
62debf2e85
共有 1 个文件被更改,包括 4 次插入1 次删除
  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
 }
 }
 
 
 // 获取关注项目数量限制
 // 获取关注项目数量限制