Commit 1a498632 authored by 董先生's avatar 董先生

提现核销

parent 6721908f
......@@ -424,7 +424,7 @@ class Withdraw extends Backend
$this->error(__('请批量勾选'));
// $row = $this->model->where(['status' =>0])->select();
}
dump($row);die;
$params = [];
foreach ($row as $key => $val){
$params['status'] = 2;
$params['end_time'] = time();
......
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