diff --git a/app/Controller/UserPatientController.php b/app/Controller/UserPatientController.php index 4b279e9..1737e28 100644 --- a/app/Controller/UserPatientController.php +++ b/app/Controller/UserPatientController.php @@ -86,11 +86,6 @@ class UserPatientController extends AbstractController */ public function putShoppingCart(): ResponseInterface { - if (!in_array("1", [2, 3, 4, 5])) { - // 问诊订单状态(1:待支付 2:待分配 3:待接诊 4:已接诊 5:已完成 6:已结束 7:已取消) - dump(111); - } - die; $request = $this->container->get(UserPatientRequest::class); $request->scene('putShoppingCart')->validateResolved();