Db::table('think_user')->where(['name' => ['like','thinkphp%'],'title' => ['like','%thinkphp'],'id' => ['>',0],'status'=> 1])->select();php