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

提现核销

parent 1a498632
......@@ -428,7 +428,7 @@ class Withdraw extends Backend
foreach ($row as $key => $val){
$params['status'] = 2;
$params['end_time'] = time();
$row->where(['id' => $val['id']])->update($params);
$this->model->where(['id' => $val['id']])->update($params);
}
$this->success("核销成功");
......
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