Commit ca5adf4c authored by 董先生's avatar 董先生

提现核销

parent 1409ff39
...@@ -419,7 +419,7 @@ class Withdraw extends Backend ...@@ -419,7 +419,7 @@ class Withdraw extends Backend
$this->error('非管理员禁止审核提现'); $this->error('非管理员禁止审核提现');
}*/ }*/
if($ids){ if($ids){
dump($ids);die; dump(explode(',',$ids));die;
$row = $this->model->where(['status'=>0,'id' =>['in',explode(',',$ids)]])->select(); $row = $this->model->where(['status'=>0,'id' =>['in',explode(',',$ids)]])->select();
}else{ }else{
$this->error(__('请批量勾选')); $this->error(__('请批量勾选'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment