正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -25,6 +25,7 @@ class AyrShareController extends BaseController | @@ -25,6 +25,7 @@ class AyrShareController extends BaseController | ||
| 25 | public function lists(AyrShareModel $ayrShareModel,AyrShareLogic $ayrShareLogic){ | 25 | public function lists(AyrShareModel $ayrShareModel,AyrShareLogic $ayrShareLogic){ |
| 26 | //授权配置列表 | 26 | //授权配置列表 |
| 27 | $share_list = $ayrShareModel->iconImage(); | 27 | $share_list = $ayrShareModel->iconImage(); |
| 28 | + $this->map['project_id'] = $this->user['project_id']; | ||
| 28 | $lists = $ayrShareModel->lists($this->map,$this->page,$this->row,'id',['id','name','title','profile_key','bind_platforms','operator_id','created_at','updated_at']); | 29 | $lists = $ayrShareModel->lists($this->map,$this->page,$this->row,'id',['id','name','title','profile_key','bind_platforms','operator_id','created_at','updated_at']); |
| 29 | foreach ($lists['list'] as $k => $v){ | 30 | foreach ($lists['list'] as $k => $v){ |
| 30 | if(!empty($v['profile_key'])){ | 31 | if(!empty($v['profile_key'])){ |
-
请 注册 或 登录 后发表评论