공통데이터 관리 수정
This commit is contained in:
@@ -21,11 +21,11 @@ class M410 extends BaseController
|
||||
$CODE_CP_ID = convertArrayToHashTable($codes['CP_ID'], 'cd', 'cd_nm', []);
|
||||
$department = $this->model->getDepart();
|
||||
|
||||
return view("pages/results/m410/stats", [
|
||||
'code_vrfcreq_way' => $CODE_VRFCREQ_WAY,
|
||||
'code_cp_id' => $CODE_CP_ID,
|
||||
'department' => $department,
|
||||
]);
|
||||
$this->data['code_vrfcreq_way'] = $CODE_VRFCREQ_WAY;
|
||||
$this->data['code_cp_id'] = $CODE_CP_ID;
|
||||
$this->data['department'] = $department;
|
||||
|
||||
return view("pages/results/m410/stats", $this->data);
|
||||
}
|
||||
|
||||
public function getResultList()
|
||||
|
||||
Reference in New Issue
Block a user