From 7f3447fced14912946a232ecec365c53619fef8a Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Fri, 10 Oct 2025 16:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Manager/OrdersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Manager/OrdersController.php b/app/Http/Controllers/Manager/OrdersController.php index 3977fc6..39b5f87 100644 --- a/app/Http/Controllers/Manager/OrdersController.php +++ b/app/Http/Controllers/Manager/OrdersController.php @@ -207,7 +207,7 @@ class OrdersController extends CommonController $order = $order->refreshTotal(); $order->balance = $order->customer->balance; // todo::暂时强制设置屏蔽签章 - $order->orderAgreements = []; + $order->orderAgreements = ['a'=>'a']; } return response()->json($data->toArray()); }