|
|
@@ -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;
|
|
|
}
|