|
@@ -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']}%"];
|