|
|
@@ -264,8 +264,6 @@ class UserExtract extends BaseController
|
|
264
|
264
|
|
|
265
|
265
|
// 拒绝提现要退回佣金和提现额度
|
|
266
|
266
|
if ($extract_data['withdrawal_type'] == 3) {
|
|
267
|
|
- // 佣金
|
|
268
|
|
- Db::name('user')->where('uid',$extract_data['uid'])->inc('brokerage_price',$extract_data['extract_price'])->save();
|
|
269
|
267
|
// 提现额度
|
|
270
|
268
|
Db::name('user')->where('uid',$extract_data['uid'])->inc('withdrawal_limit',$extract_data['extract_price'])->save();
|
|
271
|
269
|
// 提现额度记录
|