$params['id']])->value('otherdata'); if($other){ $other=json_decode($other,true); }else{ $other=[]; } $params = array_merge($params, $other); $params = Form::getDataDetail(Form::BUSINESS_TYPE, $params); return $params; } }