0803-1
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<body class="bg-fff">
|
||||
<div class="height-500 fixed left-0 right-0 top-0 z-index-0 bg-1a1a1a"></div>
|
||||
<div class="bg-fff" id="app" ref="app">
|
||||
<div class="absolute tp20 left-0 right-0 text-center">
|
||||
<div class="absolute tp10 left-0 right-0 text-center">
|
||||
<div class="font-40">请选择机构登录</div>
|
||||
<div class="mt20 font-28 color-666">您的账号存在多个机构</div>
|
||||
<div class="opt-line"></div>
|
||||
|
||||
@@ -184,7 +184,7 @@ class Topic extends BaseController
|
||||
$setJsonData['banner'] = '';
|
||||
}
|
||||
$setJsonData['bg_color'] = $jsonData['bg_color'] ?: '';
|
||||
$addData = ['title' => $title, 'banner' => $banner, 'status' => 1, 'organizationId' => $organizationId, 'sharePhoto' => $sharePhoto,
|
||||
$addData = ['title' => $title, 'banner' => $banner, 'organizationId' => $organizationId, 'sharePhoto' => $sharePhoto,
|
||||
'shareTitle' => $shareTitle, 'timeStart' => $dateRange[0], 'timeEnd' => $dateRange[1], 'jsondata' => json_encode($setJsonData, JSON_UNESCAPED_UNICODE)];
|
||||
$setShareImg && $addData['shareImg'] = $setShareImg;
|
||||
$addData['introduction'] = $introduction ?: '';
|
||||
|
||||
Reference in New Issue
Block a user