wuggemail@foxmail.com 3 months ago
parent
commit
b5361e09c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/cxinv/controller/FinancialManager.php

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

@@ -311,7 +311,7 @@ class FinancialManager extends Base{
     //导出数据manager异常数据
     public function export(){
      $param = $this->request->param(["code"=>"","type"=>[],"seller_code"=>"","buyer_code"=>"","orderCode"=>"","cxCode"=>"",
-            "goodNo"=>"","inv_number"=>"","inv_buyer_code"=>"",'inv_seller_code'=>"",'channel'=>1,'status'=>"","start"=>"","end"=>"",
+            "goodNo"=>"","inv_number"=>"","inv_buyer_code"=>"",'inv_seller_code'=>"",'channel'=>[1],'status'=>"","start"=>"","end"=>"",
             "page"=>1,"size"=>15],"post","trim");
     $where=[];
     if($param['code']!="") $where[]= ["code","=","%{$param['code']}%"];