From 8bfe063669dd1808bfe99525aa2df33c63a0f6ac Mon Sep 17 00:00:00 2001 From: Hankin Date: Wed, 15 Apr 2026 18:08:53 +0800 Subject: [PATCH] crm --- app/Services/OrderService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Services/OrderService.php b/app/Services/OrderService.php index 768745e..b173c41 100644 --- a/app/Services/OrderService.php +++ b/app/Services/OrderService.php @@ -682,6 +682,8 @@ class OrderService implements OrderContract "customer_type" => 101, "contacts_name" => $merchant_user->nickname, "contacts_mobile" => $mobile, + "principal" => $from_merchant_user->nickname, + "decision" => 1, "intention" => 1, "status" => 2 ]);