增加了订单主表,修改了所有订单相关,支付相关代码

This commit is contained in:
2024-04-08 14:51:28 +08:00
parent c0f6fbca06
commit 944ab44305
21 changed files with 2044 additions and 742 deletions
@@ -70,8 +70,6 @@ class PatientOrderController extends AbstractController
/**
* 问诊订单取消支付
* @return ResponseInterface
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function putPatientInquiryOrderCancelPay(): ResponseInterface
{