首页面板
This commit is contained in:
@@ -44,6 +44,6 @@ abstract class Base extends Controller
|
||||
*/
|
||||
protected function start()
|
||||
{
|
||||
return (int)$this->limit * (int)$this->page;
|
||||
return (int)$this->limit * ((int)$this->page - 1) + 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user