modify plugin name

This commit is contained in:
2022-03-01 17:39:54 +08:00
parent cbcad9e7c3
commit be3106394f
+2
View File
@@ -546,6 +546,8 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
$lastId = $dbConnection->save();
if ($this->isAutoIncrement()) {
$lastId = $this->setPrimary((int)$lastId, $param);
} else {
$lastId = $this;
}
$this->setIsNowExample(false);