gogs пре 1 месец
родитељ
комит
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;
         }