This commit is contained in:
@@ -604,4 +604,19 @@ class M703 extends BaseController
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 홍보확인서 확인
|
||||
public function find()
|
||||
{
|
||||
$fax = $this->model->getOneFax();
|
||||
|
||||
if (empty($fax)) {
|
||||
return redirect()->back()
|
||||
->with('alert', '새로운 FAX가 존재하지 않습니다.');
|
||||
}
|
||||
|
||||
|
||||
return redirect()->to('/m703/m703a/detail/' . $fax['fax_sq']);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user