modify plugin name

This commit is contained in:
2022-03-01 16:51:54 +08:00
parent 9fe4c7fd50
commit ae135e3538
+2
View File
@@ -547,6 +547,8 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
$lastId = $this->setPrimary((int)$lastId, $param);
$this->setIsNowExample(false);
$this->refresh()->afterSave($attributes, $param);
return $lastId;