新增医生设置视频预约时间

This commit is contained in:
2024-01-16 16:42:46 +08:00
parent ccc4934700
commit 0b994330d5
2 changed files with 19 additions and 13 deletions
@@ -176,6 +176,8 @@ class SendVideoNoticeDelayDirectConsumer extends ConsumerMessage
Log::getInstance("queue-SendVideoNotice")->error("修改失败");
return Result::ACK;
}
Db::commit();
}catch (\Throwable $e){
Db::rollBack();
Log::getInstance("queue-SendVideoNotice")->error($e->getMessage());