Browse Source

报表优化

wufeng 2 năm trước cách đây
mục cha
commit
56489d9c1c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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')