查询最近执行的sql
\DB::enableQueryLog(); \DB::table('fa_wx_article') ->select('id','c_id','title','visit','add_time') ->get(); return \DB::getQueryLog();
[ { "query": "select `id`, `c_id`, `title`, `visit`, `add_time` from `fa_wx_article`", "bindings": [], "time": 0.54 } ]

浙公网安备 33010602011771号