wugg hai 5 meses
pai
achega
36b5eeb17e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/cxinv/controller/Invoice.php

+ 1 - 1
app/cxinv/controller/Invoice.php

@@ -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'].'%'];
                     }
 
                 }