作者 lyh

gx

... ... @@ -19,6 +19,6 @@ class CustomModuleContent extends Base
protected $connection = 'custom_mysql';
public function getCategoryIdAttribute($value){
return Arr::setToArr(trim($value,','));
return explode(',',trim($value,','));
}
}
... ...