songxingwei hace 3 años
padre
commit
97c933c4ba
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
             }