Tree 1 mês atrás
pai
commit
570e027941

+ 1 - 1
app/Http/Controllers/Game/WithDrawInfoController.php

@@ -120,7 +120,7 @@ class WithDrawInfoController
 
         $dbh = DB::connection()->getPdo();
 
-        $score=$score*NumConfig::NUM_VALUE;
+//        $score=$score*NumConfig::NUM_VALUE;
 
         $sql="DECLARE  @return_value int
         set nocount on use QPAccountsDB