|
@@ -380,7 +380,7 @@ class UserExtractRepository extends BaseRepository
|
|
|
if ($data['status']==-1){
|
|
if ($data['status']==-1){
|
|
|
// bill表创建提现退还记录
|
|
// bill表创建提现退还记录
|
|
|
$userBillRepository = app()->make(UserBillRepository::class);
|
|
$userBillRepository = app()->make(UserBillRepository::class);
|
|
|
- $userBillRepository->incBill($data['uid'], 'brokerage', 'extract', [
|
|
|
|
|
|
|
+ $userBillRepository->incBill($user->uid, 'brokerage', 'extract', [
|
|
|
'link_id' => $id,
|
|
'link_id' => $id,
|
|
|
'status' => 0,
|
|
'status' => 0,
|
|
|
'title' => '提现退还',
|
|
'title' => '提现退还',
|