wugg 2 years ago
parent
commit
a6dc37a01b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/GoodOfflineLog.php

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

@@ -13,7 +13,7 @@ class GoodOfflineLog extends Base
     public function getList()
     {
 
-        $param = $this->request->only(['start_date' => '', "spuCode"=>'',"good_name"=>'','end_date' => '', 'creater' => '', 'page' => 1,'size' => 15], 'post', 'trim');
+        $param = $this->request->only(['start_date' => '','companyNo' => '','supplierNo' => '', "spuCode"=>'',"good_name"=>'','end_date' => '', 'creater' => '', 'page' => 1,'size' => 15], 'post', 'trim');
 
         $where = [];
         if ($param['start_date'] != '' && $param['end_date'] != '') $where[] = ['a.addtime', 'between', [$param['start_date'], $param['end_date']]];