正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
| @@ -153,6 +153,10 @@ class ComController extends BaseController | @@ -153,6 +153,10 @@ class ComController extends BaseController | ||
| 153 | if($projectCode != 1){ | 153 | if($projectCode != 1){ |
| 154 | $data[] = 50; | 154 | $data[] = 50; |
| 155 | } | 155 | } |
| 156 | + $is_subscribe = $this->getIsSubscribe(); | ||
| 157 | + if(!$is_subscribe){ | ||
| 158 | + $data[] = 52; | ||
| 159 | + } | ||
| 156 | if(!empty($data)){ | 160 | if(!empty($data)){ |
| 157 | $this->map['id'] = ['not in',$data]; | 161 | $this->map['id'] = ['not in',$data]; |
| 158 | } | 162 | } |
-
请 注册 或 登录 后发表评论