공통데이터 관리 수정

This commit is contained in:
yangsh
2025-12-31 15:11:40 +09:00
parent 38444fcb4f
commit 04a06f1781
36 changed files with 1351 additions and 139 deletions

View File

@@ -31,12 +31,11 @@ class Home extends BaseController
$notice = $this->homeModel->getNoticeList();
$statistics = $this->homeModel->getHomeStatistics($this->sdate, $this->edate);
$this->data['menus'] = $this->data;
$this->data['notice'] = $notice;
$this->data['statistics'] = $statistics;
return view('pages/home/dashboard', [
'menus' => $this->data,
'notice' => $notice,
'statistics' => $statistics,
]);
return view('pages/home/dashboard', $this->data);
}
// 실적조회