新增测试

This commit is contained in:
wucongxing 2023-09-01 14:36:48 +08:00
parent 05f9849a41
commit ef4e2d181f

View File

@ -96,6 +96,8 @@ class DetectionCompleteDelayDirectConsumer extends ConsumerMessage
Log::getInstance("queue-DetectionComplete")->error("重新添加队列失败"); Log::getInstance("queue-DetectionComplete")->error("重新添加队列失败");
return Result::REQUEUE; return Result::REQUEUE;
} }
return Result::DROP;
} }
// 获取医生数据 // 获取医生数据