vrfcReqModel 수정

This commit is contained in:
2026-01-23 21:30:50 +09:00
parent 9b9e752bd1
commit 1de224627e

View File

@@ -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;
}