dever 3 年之前
父节点
当前提交
dcc2d510ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/cash/lib/Set.php

+ 1 - 1
app/cash/lib/Set.php

@@ -8,7 +8,7 @@ class Set
 {
     public function getCash($cash)
     {
-        return floor($cash, 2);
+        return round($cash, 2);
     }
     public function info($audit_type, $audit)
     {