From 6a37d444b4de2240eb8cfb5312b644231e84bad3 Mon Sep 17 00:00:00 2001 From: weizong song Date: Wed, 10 Mar 2021 00:06:37 +0800 Subject: [PATCH] up --- app/Http/Controllers/Customer/OrdersController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Customer/OrdersController.php b/app/Http/Controllers/Customer/OrdersController.php index e4a4ca8..ccea738 100644 --- a/app/Http/Controllers/Customer/OrdersController.php +++ b/app/Http/Controllers/Customer/OrdersController.php @@ -226,6 +226,7 @@ class OrdersController extends CommonController } $data = $data->with([ + "customer", "project", "product", "patient",