refactor: 修改横幅导出接口
This commit is contained in:
@@ -199,7 +199,7 @@ class BannerItem
|
|||||||
->bannerId($param['banner_id'] ?? null)
|
->bannerId($param['banner_id'] ?? null)
|
||||||
->order(['sort' => 'asc', 'id' => 'desc'])
|
->order(['sort' => 'asc', 'id' => 'desc'])
|
||||||
->select()
|
->select()
|
||||||
->bindAtt('banner', ['banner_name'])
|
->bindAttr('banner', ['banner_name'])
|
||||||
->hidden(['banner_id', 'banner']);
|
->hidden(['banner_id', 'banner']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user