新增患者的问诊服务结束通知,修改问诊结束的消息通知为单独try catch

This commit is contained in:
2023-04-23 15:11:05 +08:00
parent 0a3f4ae13c
commit 4890eea107
2 changed files with 20 additions and 14 deletions
+1 -3
View File
@@ -39,6 +39,7 @@ use Extend\RegulatoryPlatform\regulatoryPlatform;
use Extend\TencentIm\RecentContact;
use Hyperf\Amqp\Producer;
use Hyperf\DbConnection\Db;
use Hyperf\Redis\Redis;
use Hyperf\Utils\ApplicationContext;
use Hyperf\Utils\Coroutine\Concurrent;
use Imagick;
@@ -800,9 +801,6 @@ class TestController extends AbstractController
}
public function test_15(){
Log::getInstance("auto-pharmacist-ca-verify-queue")->info("ninhao");
dump(111);die;
$wg = new \Hyperf\Utils\WaitGroup();
$channel = new Channel();
$wg->add(2);