|
@@ -390,7 +390,7 @@ class Report extends Base
|
|
|
->where('is_del', 0)
|
|
|
->whereLike('name', '%' . $param['supplier'] . '%')
|
|
|
->column('code');
|
|
|
- $where[] = ['cb.supplier', 'in', $codes];
|
|
|
+ $where[] = ['cb.supplierNo', 'in', $codes];
|
|
|
}
|
|
|
|
|
|
$count = Db::name('consult_bids')
|