edit-sylive-logo
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user