shoppingmallv2 init...
This commit is contained in:
parent
a4d5f068fd
commit
b72db85d18
@ -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();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user