增加是否可处方

This commit is contained in:
2024-03-01 11:38:07 +08:00
parent fe86a1834f
commit 2ee8f81956
7 changed files with 63 additions and 37 deletions
+3 -1
View File
@@ -1051,6 +1051,8 @@ class InquiryService extends BaseService
/**
* 结束问诊
* @return array
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function putFinishInquiry(): array
{
@@ -1664,7 +1666,7 @@ class InquiryService extends BaseService
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function inquiryRefund(string $order_inquiry_id, string $refund_reason)
public function inquiryRefund(string $order_inquiry_id, string $refund_reason): void
{
// 获取订单数据
$params = array();