@@ -278,7 +278,7 @@ public class RestrictProjectServiceImpl extends BaseMybatisDao<RestrictProjectMa
int limitmax=100;
//加入限定项目的数量
int rpCount =restrictProjectMapper.selectPrivateByAid(TokenManager.getAdminId());
- i=i+rpCount+1;
+ i=i+rpCount;
if (TokenManager.hasRole(AFTConstants.SALESMAN_DIRECTOR)){
if(limitmax<YXZJ_MAX)limitmax = YXZJ_MAX;
} else if (TokenManager.hasRole(AFTConstants.SALESMAN_MANAGER)){