edit-sylive-logo

This commit is contained in:
lccsw
2022-11-18 17:03:15 +08:00
parent ddb65b9fda
commit 85e80c409c
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ class Sylive_entity{
const DEFAULT_HEAD = 'https://qs.haodian.cn/web/images/project/H5-ShiYu/default-head.png'; //默认头像
const DF_IMG = 'https://qs.haodian.cn/web/images/project/H5-ShiYu/goodslogo.jpg'; //东风图标
const HD_IMG = 'https://qs.haodian.cn/web/images/project/H5-ShiYu/default-avatar.jpg'; //好店云默认头像
private $ci;
private $map_kpi_biz = [
'browse' => 'browse', 'subscribe' => 'subscribe', 'order' => 'orderTotal','watch' => 'watch'
@@ -125,7 +126,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');
$row = $this->ci->market_sylive_organization_model->get(['organizationId'=>$organizationId],'organizationId,parentId,organizationName,logo');
if(!$row){
return $data;
}else{