|
|
@@ -87,7 +87,7 @@ class MoneyIn extends Backend
|
|
|
|
|
|
//充值
|
|
|
if ($status == $this->model::Success) {
|
|
|
- (new MoneyLog())->change($row->user_id, $row->amount, MoneyLog::Recharge, $row->user_id, '充值');
|
|
|
+ (new MoneyLog())->change($row->user_id, $row->amount, MoneyLog::Recharge, '', '充值');
|
|
|
}
|
|
|
|
|
|
$result = $row->allowField(true)->save(['status' => $status, 'admin_id'=>$this->auth->id]);
|