Commit 97a2edb2 authored by libin's avatar libin

公司业绩统计查询优化

parent 2ac7e565
......@@ -41,6 +41,6 @@ public class CompanyPerformanceFindDTO extends PageParam {
}
public long getEndInex() {
return getLimit()==null?20:getLimit()==0?20:(getStartIndex()+getLimit());
return getLimit()==null?20:getLimit()==0?20:getLimit();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment