$res = Db::table('user') ->field('id,name,age') ->find();
返回null
Print sql and run it in the database management tool and you will know
Print sql and run it in the database management tool and you will know