laowu 2 周之前
父节点
当前提交
c34ca4a679
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/logic/admin/GlobalLogicController.php

+ 1 - 1
app/Http/logic/admin/GlobalLogicController.php

@@ -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)')