|
@@ -88,7 +88,7 @@ class Title extends BaseController
|
|
|
$status = isset($this->post['status']) && $this->post['status'] !=="" ? intval($this->post['status'])
|
|
|
:"";
|
|
|
if($status!==""){
|
|
|
- $where[]=['status',"=",$status];
|
|
|
+ $where[]=['a.status',"=",$status];
|
|
|
}
|
|
|
$companyName = isset($this->post['companyName']) && $this->post['companyName'] !=="" ? trim($this->post['companyName']):"";
|
|
|
if($companyName!=""){
|