|
|
@@ -640,7 +640,7 @@ class GlobalLogicController extends BaseLogicController
|
|
|
$userInfo->spreaderID = 0;
|
|
|
}
|
|
|
$Record=DB::table('QPAccountsDB.dbo.OrderWithDraw')->where('UserID', $UserID)->where('State',1)->first();
|
|
|
- $WithDrawNow=$Record?($Record->WithDraw-$Record->ServiceFee):0;
|
|
|
+ $WithDrawNow=$Record?($Record->WithDraw):0;
|
|
|
|
|
|
$AccountWithDrawInfo = DB::table(TableName::QPAccountsDB() . 'AccountWithDrawInfo')
|
|
|
->lock('WITH(NOLOCK)')
|