servermgrv2 init...

This commit is contained in:
최준흠git config git config --helpgit config --global user.name 최준흠 2023-08-05 08:07:36 +09:00
parent 56fab113b1
commit 92b57817e9

View File

@ -195,7 +195,7 @@ class BoardController extends FrontController
//Category 및 Status 조건추가
protected function index_setCondition()
{
$this->_model->where("category", $this->_viewDatas['category']->getPrimaryKey());
$this->_model->where("category_uid", $this->_viewDatas['category']->getPrimaryKey());
$this->_model->where("status", DEFAULTS['STATUS']);
parent::index_setCondition();
}