shoppingmallv2 init...

This commit is contained in:
최준흠git config git config --helpgit config --global user.name 최준흠 2023-08-05 08:06:38 +09:00
parent a4d5f068fd
commit b72db85d18

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();
}