This commit is contained in:
2021-02-23 18:37:38 +08:00
parent 7187434d6f
commit e3a30de978
+1 -1
View File
@@ -149,7 +149,7 @@ class ActiveRecord extends BaseActiveRecord
}
return static::getDb()->createCommand()
->mathematics(self::getTable(), [$action => $columns], $condition)
->exec(false, $this);
->exec($this);
}