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

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

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