新增医生设置视频预约时间
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user