From db70b28eb975ab28de765c136a5c9890870cebdd Mon Sep 17 00:00:00 2001 From: jjstyle Date: Wed, 4 Feb 2026 20:04:24 +0900 Subject: [PATCH] =?UTF-8?q?modifyinfo=20=EC=9E=85=EB=A0=A5=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Handlers/TypeV2Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Handlers/TypeV2Handler.php b/app/Services/Handlers/TypeV2Handler.php index 4498746..afa57dd 100644 --- a/app/Services/Handlers/TypeV2Handler.php +++ b/app/Services/Handlers/TypeV2Handler.php @@ -99,7 +99,7 @@ class TypeV2Handler // 수정 정보 입력 (있으면 update, 없으면 insert) if (!$this->modifyInfoModel->saveModifyInfo($vrSq, $modifyInfoParam)) { - throw new Exception("ModifyInfo 저장 실패: " . json_encode($this->db->error())); + throw new Exception("ModifyInfo 저장 실패: " . json_encode($this->db->error() . "sql: " . $this->modifyInfoModel->getLastQuery())); } CLI::write(CLI::color('✅ ModifyInfo 저장 성공', 'blue'));