공통데이터 관리 수정
This commit is contained in:
@@ -28,14 +28,15 @@ class M412 extends BaseController
|
||||
$sendJ = $this->model->get_send_yn('J');
|
||||
$sendO = $this->model->get_send_yn('O');
|
||||
|
||||
return view("pages/results/m412/stats", [
|
||||
'sendH' => $sendH,
|
||||
'sendD' => $sendD,
|
||||
'sendT' => $sendT,
|
||||
'sendN' => $sendN,
|
||||
'sendJ' => $sendJ,
|
||||
'sendO' => $sendO,
|
||||
]);
|
||||
$this->data['sendH'] = $sendH;
|
||||
$this->data['sendD'] = $sendD;
|
||||
$this->data['sendT'] = $sendT;
|
||||
$this->data['sendN'] = $sendN;
|
||||
$this->data['sendJ'] = $sendJ;
|
||||
$this->data['sendO'] = $sendO;
|
||||
|
||||
|
||||
return view("pages/results/m412/stats", $this->data);
|
||||
}
|
||||
|
||||
public function getResultList()
|
||||
|
||||
Reference in New Issue
Block a user