songxingwei 3 éve
szülő
commit
97c933c4ba
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      application/store/controller/Article.php

+ 1 - 0
application/store/controller/Article.php

@@ -131,6 +131,7 @@ class Article extends Controller
         if ($this->request->isGet()) {
             if (!empty($data)){
                 $catelist = Db::name('cate')->where('type',$data['type'])->where('is_del',1)->where('status',1)->select();
+                dump($catelist);
             }else{
                 $catelist = Db::name('cate')->where('type',1)->where('is_del',1)->where('status',1)->select();
             }