This commit is contained in:
2020-09-14 14:20:10 +08:00
parent d3d499642f
commit 2effed0d04
+1
View File
@@ -367,6 +367,7 @@ abstract class BaseActiveRecord extends Component implements IOrm, \ArrayAccess
} }
} }
$trance->commit(); $trance->commit();
var_dump($param, $attributes);
$this->setAttributes($param); $this->setAttributes($param);
$this->afterSave($attributes, $param); $this->afterSave($attributes, $param);
$this->refresh(); $this->refresh();