diff --git a/library/think/db/Query.php b/library/think/db/Query.php index 3736f85e..b5f0eb9a 100644 --- a/library/think/db/Query.php +++ b/library/think/db/Query.php @@ -2213,6 +2213,7 @@ class Query // 执行操作 $result = '' == $sql ? 0 : $this->execute($sql, $bind); if ($result) { + $options['data'] = $data; $this->trigger('after_update', $options); } return $result;