order('id','desc') ->select() ->toArray(); return $lists; } /** * @notes 查看商城公告总数 * @return int * @author ljj * @date 2021/8/23 7:10 下午 */ public function count(): int { return ShopNotice::where('status',1)->count(); } }