This commit is contained in:
xman 2025-04-18 15:10:18 +08:00
parent a45046c5f0
commit c700360d48

View File

@ -141,7 +141,6 @@ class Aftersale extends Backend
Db::commit();
} catch (ValidateException|PDOException|Exception $e) {
Db::rollback();
throw $e;
$this->error($e->getMessage());
}
if ($result === false) {