상세수정
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-02-04 13:47:29 +09:00
parent 99ea553d9a
commit c7856394c0
4 changed files with 8 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
namespace App\Controllers\V2;
use App\Controllers\BaseController;
use App\Libraries\NaverApiClient;
use App\Models\common\CodeModel;
use App\Models\results\M415Model;
use App\Models\v2\M703Model;
@@ -400,6 +401,8 @@ class M703 extends BaseController
// 결과저장
public function saveResult()
{
$naver = new NaverApiClient();
try {
$fax_sq = $this->request->getPost('fax_sq');
@@ -461,8 +464,7 @@ class M703 extends BaseController
//2.아무렇지않게 행동한다
$send_result['result'] = 'success';
} else {
// $this->load->library('call_kiso_api');
// $send_result = $this->call_kiso_api->confirm($sendData['atclNo'], $sendData['success'], $sendData['checkList'], $sendData['charger'], $sendData['modifyInfo'], $sendData['date']);
$send_result = $naver->confirm($sendData['atclNo'], $sendData['success'], $sendData['checkList'], $sendData['charger'], $sendData['modifyInfo'], $sendData['date']);
}
if ($send_result['result'] == 'success') {