post(); $data['org_id'] = cur_org_id(); return $this->updateInfo($data,'Group',''); } public function getList(){ $list = $this ->where('enable',1) ->where('org_id',cur_org_id()) ->field('id,title') ->select(); $list = $list?$list->toArray():[]; return $list; } }