|
@@ -265,7 +265,7 @@ class OrderPay extends Base{
|
|
|
}
|
|
|
//资金信息列表
|
|
|
public function list(){
|
|
|
- $condition=[];
|
|
|
+ $condition=[['is_del',"=",0]];
|
|
|
$page=isset($this->post['page'])&&$this->post['page']!="" ? intval($this->post['page']) :1;
|
|
|
$size=isset($this->post['size'])&&$this->post['size']!="" ? intval($this->post['size']) :15;
|
|
|
$name =isset($this->post['name'])&&$this->post['name']!=""? trim($this->post['name']):"";
|