where('auth_name', '=', '客户设置')->findOrEmpty(); if (!$find->isEmpty()){ $find->relation = $find['relation'] . ',customerSetting/subscribe_protected'; $find->save(); } } }