正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -206,6 +206,9 @@ class ProjectController extends BaseController | @@ -206,6 +206,9 @@ class ProjectController extends BaseController | ||
| 206 | if(isset($this->map['channel_id']) && !empty($this->map['channel_id'])){ | 206 | if(isset($this->map['channel_id']) && !empty($this->map['channel_id'])){ |
| 207 | $query->where('gl_project.channel','like','%"channel_id": "'.$this->map['channel_id'].'"%'); | 207 | $query->where('gl_project.channel','like','%"channel_id": "'.$this->map['channel_id'].'"%'); |
| 208 | } | 208 | } |
| 209 | + if(isset($this->map['user_id']) && !empty($this->map['user_id'])){ | ||
| 210 | + $query->where('gl_project.channel','like','%"user_id": "'.$this->map['channel_id'].'"%'); | ||
| 211 | + } | ||
| 209 | return $query; | 212 | return $query; |
| 210 | } | 213 | } |
| 211 | 214 |
-
请 注册 或 登录 后发表评论