Explorar el Código

文章分类修改

evoxwht hace 2 años
padre
commit
cc46c99ef1
Se han modificado 1 ficheros con 1 adiciones y 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));
     }
 }