修正分配医生逻辑,修改搜索医生列表新增是否参加公益图文问诊字段
This commit is contained in:
@@ -4,6 +4,7 @@ namespace App\Controller;
|
||||
|
||||
use App\Amqp\Producer\CancelUnpayOrdersDelayDirectProducer;
|
||||
use App\Constants\HttpEnumCode;
|
||||
use App\Model\DoctorInquiryTime;
|
||||
use App\Model\DoctorPharmacistCert;
|
||||
use App\Utils\Log;
|
||||
use Extend\Alibaba\Oss;
|
||||
@@ -19,9 +20,9 @@ class TestController extends AbstractController
|
||||
// $this->test_8();
|
||||
// $this->test_3();
|
||||
// $this->test_4();
|
||||
$this->test_6();
|
||||
// $this->test_6();
|
||||
// $this->test_9();
|
||||
|
||||
$this->test_10();
|
||||
}
|
||||
|
||||
// 获取云证书-首次
|
||||
@@ -431,4 +432,7 @@ class TestController extends AbstractController
|
||||
dump($result);
|
||||
}
|
||||
|
||||
public function test_10(){
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user