|
@@ -46,7 +46,7 @@ class Index extends Api
|
|
|
$aboutus = info_domain_image($aboutus,['aboutus_image']);
|
|
|
|
|
|
//最新动态
|
|
|
- $zgs_id = 0;
|
|
|
+ $zgs_id = 1;
|
|
|
$dongtai = Db::name('dongtai')->field('id,title,image,updatetime')
|
|
|
->where('company_id','IN',[$this->auth->company_id,$zgs_id])
|
|
|
->order('id' , 'desc')
|