修正分配医生逻辑,修改搜索医生列表新增是否参加公益图文问诊字段

This commit is contained in:
2023-03-25 13:21:59 +08:00
parent 2459a251c2
commit 88667147e8
11 changed files with 575 additions and 208 deletions
+6 -2
View File
@@ -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(){
}
}