shizhongqi 6 месяцев назад
Родитель
Сommit
254fbae919
1 измененных файлов с 1 добавлено и 1 удалено
  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);
             }
         }
-        
+
         $custom->buyAmount = $buyAmount;
         $custom->save();