gogs 1 месяц назад
Родитель
Сommit
216598b2e1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Service/StatisticService.php

+ 1 - 1
app/Service/StatisticService.php

@@ -351,7 +351,7 @@ class StatisticService extends StatisticCommonService
                 "fee_list" => $other,
                 "other_amount" => $other_amount,
                 "jj_other_amount" => $jj_other_amount,
-                "jj_total_amount" => $jj_amount+$jj_total_amount,
+                "jj_total_amount" => round($jj_amount+$jj_total_amount,2),
             ];
             $return[] = $item_value;
         }