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)
     public function getCash($cash)
     {
     {
-        return floor($cash, 2);
+        return round($cash, 2);
     }
     }
     public function info($audit_type, $audit)
     public function info($audit_type, $audit)
     {
     {