mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 06:49:15 +08:00
Update UserTransfer.php
This commit is contained in:
parent
a45d2f0774
commit
d8b3768f55
@ -68,12 +68,12 @@ class UserTransfer extends Command
|
||||
}
|
||||
} catch (\Exception $exception) {
|
||||
$error++;
|
||||
$this->queue->message($total, $count, "处理提现订单 {$vo['code']} 失败,{$exception->getMessage()}");
|
||||
$this->queue->message($total, $count, "处理提现订单 {$vo['code']} 失败, {$exception->getMessage()}", 1);
|
||||
$this->app->db->name('DataUserTransfer')->where(['code' => $vo['code']])->update([
|
||||
'change_time' => date('Y-m-d H:i:s'), 'change_desc' => $exception->getMessage(),
|
||||
]);
|
||||
}
|
||||
$this->setQueueSuccess("此次共处理 {$total} 笔提现操作,处理失败 {$error} 笔。");
|
||||
$this->setQueueSuccess("此次共处理 {$total} 笔提现操作, 其中有 {$error} 笔处理失败。");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user