shoppingmallv2 init...

This commit is contained in:
최준흠 2023-08-24 09:20:57 +09:00
parent 1f5d635038
commit 55b17f1cff

View File

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