This commit is contained in:
2021-11-11 03:23:05 +08:00
parent 2f4e6b23e0
commit f4084b0b06
+1
View File
@@ -512,6 +512,7 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
if (empty($param)) { if (empty($param)) {
return $this; return $this;
} }
var_dump($param);
foreach ($this->_attributes as $key => $attribute) { foreach ($this->_attributes as $key => $attribute) {
$this->_attributes[$key] = $this->_setter($key, $attribute); $this->_attributes[$key] = $this->_setter($key, $attribute);
} }