|
...
|
...
|
@@ -144,7 +144,7 @@ class OnlineController extends BaseController |
|
|
|
}
|
|
|
|
if(isset($this->map['all_status'])){
|
|
|
|
// 搜索状态
|
|
|
|
$query->where('gl_project_online_check.qa_status',$this->map['qa_status']);
|
|
|
|
$query->where('gl_project_online_check.qa_status',$this->map['all_status']);
|
|
|
|
}
|
|
|
|
if(isset($this->map['optimist_status'])){
|
|
|
|
// 搜索状态
|
...
|
...
|
|