From 1de224627e1f4e14205495c012cec9596d358eb0 Mon Sep 17 00:00:00 2001 From: jjstyle Date: Fri, 23 Jan 2026 21:30:50 +0900 Subject: [PATCH] =?UTF-8?q?vrfcReqModel=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/NaverService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/NaverService.php b/app/Services/NaverService.php index f56712f..1ca6cd8 100644 --- a/app/Services/NaverService.php +++ b/app/Services/NaverService.php @@ -330,7 +330,7 @@ class NaverService $vr_sq = $model->getInsertID(); // 🟒 μ—¬κΈ°μ„œ Null μ—λŸ¬ λ°©μ§€ (getStatusService μ‚¬μš©) - $this->getStatusService()->recordStatusAndHistory($vr_sq, '10', 'C9', "μ‹ κ·œμ ‘μˆ˜ : 10"); + $this->getStatusService()->recordStatusAndHistory($vr_sq, '10', 'C9', "NEW μ‹ κ·œμ ‘μˆ˜ : 10"); return $vr_sq; }