From 5e52293454365331bf3f2256f19a882fac3bc8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Wed, 18 Mar 2026 22:24:23 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[stock]=20work=5Forders=EC=97=90?= =?UTF-8?q?=EB=8F=84=20deleted=5Fby=20=EC=BB=AC=EB=9F=BC=20=EC=97=86?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/OrderService.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Services/OrderService.php b/app/Services/OrderService.php index 2bd3e5b7..87058dd2 100644 --- a/app/Services/OrderService.php +++ b/app/Services/OrderService.php @@ -651,8 +651,6 @@ private function cleanupStockWorkOrders(Order $order, int $userId): void $wo->items()->delete(); // 작업지시 soft delete - $wo->deleted_by = $userId; - $wo->save(); $wo->delete(); }