shizhongqi 6 mēneši atpakaļ
vecāks
revīzija
254fbae919
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app-ghs/controllers/CustomController.php

+ 1 - 1
app-ghs/controllers/CustomController.php

@@ -1269,7 +1269,7 @@ class CustomController extends BaseController
                 $buyAmount = bcadd($buyAmount, $order['actPrice'], 2);
                 $buyAmount = bcadd($buyAmount, $order['actPrice'], 2);
             }
             }
         }
         }
-        
+
         $custom->buyAmount = $buyAmount;
         $custom->buyAmount = $buyAmount;
         $custom->save();
         $custom->save();