|
@@ -133,9 +133,9 @@ class SupplierGoods extends Controller
|
|
|
->where(['is_deleted'=>0])->order('id desc')
|
|
|
->select()->toArray();
|
|
|
// 文章列表
|
|
|
- $this->article_list = []; /*\app\common\model\ArticleIntro::with('itemChildren')
|
|
|
+ $this->article_list = \app\common\model\ArticleIntro::with('itemChildren')
|
|
|
->where(['is_deleted'=>0])->order('id desc')
|
|
|
- ->select()->toArray();*/
|
|
|
+ ->select()->toArray();
|
|
|
// 资料
|
|
|
$this->datum_list = DatumIntro::with('urlArr')
|
|
|
->where(['is_deleted'=>0])->order('id desc')
|