where("is_del=0 and is_show=1")->page($page, $limit)->select()->toArray(); if (!count($combinationList)) return app('json')->successful([]); return app('json')->successful($combinationList); } }