dever 3 년 전
부모
커밋
9674ed95db
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/shop/lib/Refund.php

+ 2 - 0
app/shop/lib/Refund.php

@@ -173,6 +173,8 @@ class Refund
                 }
             }
 
+            $cash = round($cash, 2);
+
             if ($cash >= 0) {
                 $log = $this->up($data['id'], $order_goods_id, $status, $cash, $p_cash, $num, $desc, $pic, $process);