|
@@ -19,7 +19,7 @@ class Newbanner extends Apic
|
|
|
$where = [
|
|
|
'company_id' => $this->auth->company_id,
|
|
|
];
|
|
|
- $store = Db::name('banner')->where($where)->order('weigh asc,id asc')->autopage()->select();
|
|
|
+ $store = Db::name('banner')->where($where)->order('weigh asc,id asc')->select();
|
|
|
$store = list_domain_image($store,['image']);
|
|
|
|
|
|
$this->success(1,$store);
|