shoppingmallv2 init...
This commit is contained in:
parent
1f5d635038
commit
55b17f1cff
@ -70,7 +70,7 @@ class ProductController extends FrontController
|
|||||||
protected function index_setCondition()
|
protected function index_setCondition()
|
||||||
{
|
{
|
||||||
$this->_model->where("category_uid", $this->_viewDatas['category']->getPrimaryKey());
|
$this->_model->where("category_uid", $this->_viewDatas['category']->getPrimaryKey());
|
||||||
$this->_model->where("status", DEFAULTS['STATUS']);
|
// $this->_model->where("status", DEFAULTS['STATUS']);
|
||||||
parent::index_setCondition();
|
parent::index_setCondition();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user