Explorar o código

文章分类修改

evoxwht %!s(int64=2) %!d(string=hai) anos
pai
achega
cc46c99ef1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crmeb/app/services/article/ArticleCategoryServices.php

+ 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));
     }
 }