新增患者历史问诊表
This commit is contained in:
@@ -13,6 +13,7 @@ use App\Services\DoctorInquiryService;
|
||||
use App\Services\ImService;
|
||||
use App\Services\UserDoctorService;
|
||||
use Extend\TencentIm\Account;
|
||||
use GuzzleHttp\Exception\GuzzleException;
|
||||
use Hyperf\Amqp\Producer;
|
||||
use Hyperf\DbConnection\Db;
|
||||
use Hyperf\Snowflake\IdGeneratorInterface;
|
||||
@@ -373,6 +374,7 @@ class UserDoctorController extends AbstractController
|
||||
/**
|
||||
* 结束问诊
|
||||
* @return ResponseInterface
|
||||
* @throws GuzzleException
|
||||
*/
|
||||
public function putDoctorFinishInquiry(): ResponseInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user