Commit 1c291baa by CnChunfeng

Merge branch 'dev' into 'master'

修改数量限制

See merge request !6
parents 604324d0 bfca7bcb
Showing with 1 additions and 1 deletions
......@@ -26,7 +26,7 @@ class SystemNoticeLogic
public function getSystemUpdateList($where)
{
$obj = (new SystemUpdateModel())->getWhereObj($where);
$returnData = $obj->paginate(10)->toArray();
$returnData = $obj->paginate($where['limit'])->toArray();
if(empty($returnData['data'])){
throw new \Exception('暂无数据');
......
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 sign in to comment