Ver código fonte

文章分类修改

evoxwht 2 anos atrás
pai
commit
cc46c99ef1

+ 1 - 1
crmeb/app/services/article/ArticleCategoryServices.php

@@ -154,7 +154,7 @@ class ArticleCategoryServices extends BaseServices
      */
     public function getTreeList()
     {
-        $where['is_show'] = 1;
+        $where['status'] = 1;
         return sort_list_tier($this->dao->getMenus($where));
     }
 }