新增患者的问诊服务结束通知,修改问诊结束的消息通知为单独try catch
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user