修改退款时数据错误

This commit is contained in:
2023-03-24 14:55:42 +08:00
parent cfba03797e
commit 63faac8c42
3 changed files with 25 additions and 14 deletions
+5
View File
@@ -86,6 +86,11 @@ 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();