正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -25,7 +25,7 @@ class AttrController extends BaseController | @@ -25,7 +25,7 @@ class AttrController extends BaseController | ||
| 25 | $map[] = ['title', 'like', "%{$this->param['search']}%"]; | 25 | $map[] = ['title', 'like', "%{$this->param['search']}%"]; |
| 26 | } | 26 | } |
| 27 | $sort = ['id' => 'desc']; | 27 | $sort = ['id' => 'desc']; |
| 28 | - $data = $logic->getList($map, $sort, ['id', 'title', 'attrs']); | 28 | + $data = $logic->getList($map, $sort, ['id', 'title', 'attrs'],$this->row); |
| 29 | return $this->success($data); | 29 | return $this->success($data); |
| 30 | } | 30 | } |
| 31 | 31 |
-
请 注册 或 登录 后发表评论