modifyinfo 입력 수정

This commit is contained in:
2026-02-04 20:04:24 +09:00
parent 918e27da67
commit db70b28eb9

View File

@@ -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'));