|
@@ -231,6 +231,10 @@ class Suppler extends BaseController
|
|
if($status!==""){
|
|
if($status!==""){
|
|
$where[]= ["status","=",$status];
|
|
$where[]= ["status","=",$status];
|
|
}
|
|
}
|
|
|
|
+ $ocr_status = isset($this->post['ocr_status']) && $this->post['ocr_status'] !=="" ? intval($this->post['ocr_status']):"";
|
|
|
|
+ if($ocr_status!==""){
|
|
|
|
+ $where[]= ["ocr_status","=",$ocr_status];
|
|
|
|
+ }
|
|
$start = isset($this->post['start']) && $this->post['start'] !== "" ? $this->post['start']:"";
|
|
$start = isset($this->post['start']) && $this->post['start'] !== "" ? $this->post['start']:"";
|
|
if($start!==""){
|
|
if($start!==""){
|
|
$where[]=['addtime',">=",$start];
|
|
$where[]=['addtime',">=",$start];
|