0, 'shop_id' => $shopId, 'is_show' => 1 ]; $order = [ 'sort' => 'asc', 'id' => 'desc' ]; $data = ShopGoodsCategory::field('id,name') ->where($where)->order($order)->select()->toArray(); return $data; } }