Db::table('think_user')->where('id',1)->find(); //这里返回的结果是0或1
SELECT * FROM `think_user` WHERE `id` = 1 LIMIT 1