quguofeng 2 年之前
父节点
当前提交
4469d30c28
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/controller/admin/store/StoreProduct.php

+ 0 - 1
app/controller/admin/store/StoreProduct.php

@@ -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','');