Browse Source

报表优化

wufeng 2 years ago
parent
commit
56489d9c1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Report.php

+ 1 - 1
app/admin/controller/Report.php

@@ -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')