diff --git a/common/libraries/market/Sylive_entity.php b/common/libraries/market/Sylive_entity.php index 7e13b6bb..e88d0d4d 100644 --- a/common/libraries/market/Sylive_entity.php +++ b/common/libraries/market/Sylive_entity.php @@ -127,7 +127,7 @@ class Sylive_entity{ * @return int */ public function get_level_lists($organizationId,$data=[]){ - $row = $this->ci->market_sylive_organization_model->get(['organizationId'=>$organizationId],'organizationId,parentId,organizationName,logo'); + $row = $this->ci->market_sylive_organization_model->get(['organizationId'=>$organizationId, 'status' => 0],'organizationId,parentId,organizationName,logo'); if(!$row){ return $data; }else{ diff --git a/home/views/h5/market/sylive2/index.php b/home/views/h5/market/sylive2/index.php index 3990739a..ffff0626 100644 --- a/home/views/h5/market/sylive2/index.php +++ b/home/views/h5/market/sylive2/index.php @@ -1,7 +1,7 @@