This commit is contained in:
2021-04-25 15:59:43 +08:00
parent 60db4865fc
commit bb6e29fa10
+1 -1
View File
@@ -1012,7 +1012,7 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
$model->_oldAttributes = $data;
$model->setIsCreate(false);
echo 'end create -> ' . (microtime(true) - $create);
echo 'end create -> ' . round(microtime(true) - $create, 6);
return $model;
}