Commit 6e53bbe5 authored by libin's avatar libin

Merge branch 'order_received_statistics' into dev

parents 0415c4b3 97a2edb2
......@@ -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