合并分支 'zhl' 到 'master'
Zhl 查看合并请求 !17
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -582,7 +582,7 @@ class ProjectController extends BaseController | @@ -582,7 +582,7 @@ class ProjectController extends BaseController | ||
| 582 | $this->response('渠道不存在',Code::SYSTEM_ERROR); | 582 | $this->response('渠道不存在',Code::SYSTEM_ERROR); |
| 583 | } | 583 | } |
| 584 | 584 | ||
| 585 | - $data = Project::with(['deploy_build', 'deploy_optimize', 'online_check'])->where('channel->channel_id', $channel->id)->where(function ($query) use ($type, $company){ | 585 | + $data = Project::with(['deploy_build', 'deploy_optimize', 'online_check'])->where('channel->channel_id', $channel->id)->where('delete_status', 0)->where(function ($query) use ($type, $company){ |
| 586 | if ($type) { | 586 | if ($type) { |
| 587 | $query->where('type', $type); | 587 | $query->where('type', $type); |
| 588 | } | 588 | } |
-
请 注册 或 登录 后发表评论