vrfcReqModel 수정
This commit is contained in:
@@ -330,7 +330,7 @@ class NaverService
|
|||||||
|
|
||||||
$vr_sq = $model->getInsertID();
|
$vr_sq = $model->getInsertID();
|
||||||
// 🟢 여기서 Null 에러 방지 (getStatusService 사용)
|
// 🟢 여기서 Null 에러 방지 (getStatusService 사용)
|
||||||
$this->getStatusService()->recordStatusAndHistory($vr_sq, '10', 'C9', "신규접수 : 10");
|
$this->getStatusService()->recordStatusAndHistory($vr_sq, '10', 'C9', "NEW 신규접수 : 10");
|
||||||
|
|
||||||
return $vr_sq;
|
return $vr_sq;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user