新增患者历史问诊表

This commit is contained in:
2023-03-31 08:55:38 +08:00
parent 9bda0e130f
commit 3c05dd76ff
3 changed files with 28 additions and 0 deletions
+2
View File
@@ -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
{