diff --git a/library/think/Model.php b/library/think/Model.php index 7b7fc3f1..c8134036 100644 --- a/library/think/Model.php +++ b/library/think/Model.php @@ -646,7 +646,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess return $result; } catch (\Exception $e) { $db->rollback(); - return false; + throw $e; } }