Commit bfca7bcb by CnChunfeng

修改数量限制

parent 069422a1
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