|
@@ -1106,7 +1106,8 @@ class OrderPay extends Base{
|
|
|
}
|
|
|
|
|
|
public function exportTrade(){
|
|
|
- $param = $this->request->param(["name","bank","start","end","status","tradNo","companyNo","total_lower",'total_upper'],"post","trim");
|
|
|
+ $param = $this->request->param(["name"=>"","bank"=>'',"start"=>'',"end"=>'',"status"=>'',"tradNo"=>'',
|
|
|
+ "companyNo"=>'',"total_lower"=>'','total_upper'=>''],"post","trim");
|
|
|
$condition=[["is_del","=",0]];
|
|
|
$param['name']==""?: $condition[]=["trade_out","like","%{$param['name']}%"];
|
|
|
$param['bank']==""?: $condition[]=['trade_bank','like',"%{$param['bank']}%"];;
|