正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -144,7 +144,7 @@ class OnlineController extends BaseController | @@ -144,7 +144,7 @@ class OnlineController extends BaseController | ||
| 144 | } | 144 | } |
| 145 | if(isset($this->map['all_status'])){ | 145 | if(isset($this->map['all_status'])){ |
| 146 | // 搜索状态 | 146 | // 搜索状态 |
| 147 | - $query->where('gl_project_online_check.qa_status',$this->map['qa_status']); | 147 | + $query->where('gl_project_online_check.qa_status',$this->map['all_status']); |
| 148 | } | 148 | } |
| 149 | if(isset($this->map['optimist_status'])){ | 149 | if(isset($this->map['optimist_status'])){ |
| 150 | // 搜索状态 | 150 | // 搜索状态 |
-
请 注册 或 登录 后发表评论