|
@@ -35,7 +35,7 @@ class Invoice extends Base{
|
|
|
if($param['end']!=='') $whereOr[]=['createTime','<=',endTime($param['end'])];
|
|
|
if($param['invoice_number']!=='') $whereOr[]=['invoice_number','like','%'.$param['invoice_number'].'%'];
|
|
|
if($param['invoice_type']!=='') $whereOr[]=['invoice_type','=',$param['invoice_type']];
|
|
|
-
|
|
|
+ if ($param['supplierNo']!=='') $whereOr[]=['supplierNo','like','%'.$param['supplierNo'].'%'];
|
|
|
}
|
|
|
|
|
|
}
|