This commit is contained in:
2026-01-23 17:49:31 +09:00
parent 9f511b4dba
commit 1993013193

View File

@@ -61,6 +61,8 @@ class NaverService
'raw_json' => $rawData // 모델에서 json_encode 처리됨 'raw_json' => $rawData // 모델에서 json_encode 처리됨
]); ]);
CLI::write(CLI::color('🟢 임시테이블 :: ' . $this->rawStagingModel->getLastQuery() , 'green'));
// 3. 타입별 분기 처리 // 3. 타입별 분기 처리
if ($vType === 'S') { if ($vType === 'S') {
// [Type S] 현장확인 응답 처리 (A01 등) // [Type S] 현장확인 응답 처리 (A01 등)