Browse Source

封装的报表类方法

gogs 1 tháng trước cách đây
mục cha
commit
216598b2e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
         }