dever 3 years ago
parent
commit
1d7ba00c25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/option/lib/Account.php

+ 1 - 1
service/option/lib/Account.php

@@ -143,7 +143,7 @@ class Account
             $table['body'] = array();
 
             foreach ($cash as $k => $v) {
-                $total = number_format($v['jiaofu'] + $v['fafang'] + $v['duifu'], 2);
+                $total = number_format($v['jiaofu'] + $v['fafang'] + $v['duifu'], 2, '.', '');
                 //$weifafang = number_format($total-$v['fafang']-$v['duifu'], 2);
                 $table['body'][] = array
                 (