This commit is contained in:
as2252258@163.com
2021-04-24 19:38:08 +08:00
parent 1d52775d85
commit f4dde5ab42
+1
View File
@@ -856,6 +856,7 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
var_dump(get_called_class() . '::' . $method);
return $this->{$method}(...[$value]);
}
var_dump($method);
if (array_key_exists($name, $this->_attributes)) {
return static::getColumns()->_decode($name, $value);
}