@@ -48,7 +48,6 @@ class StoreProduct extends BaseController
*/
public function lst()
{
- echo 323;exit();
[$page, $limit] = $this->getPage();
$where = $this->request->params(['cate_id', 'keyword', ['type', 1], 'mer_cate_id', 'pid','store_name','is_trader','us_status','product_id','star','sys_labels','hot_type']);
$mer_id = $this->request->param('mer_id','');