This commit is contained in:
2025-10-17 16:19:11 +08:00
parent 47cbfaef67
commit 2ed8b1da79

View File

@@ -127,6 +127,7 @@ class SendMarkSms implements Consumer
} }
} }
}catch (Exception $e) { }catch (Exception $e) {
Db::rollback();
Log::error($e->getMessage()); Log::error($e->getMessage());
} }