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

+ 1 - 1
app/shop/lib/Refund.php

@@ -240,7 +240,7 @@ class Refund
 
                 $update = array();
                 $update['where_id'] = $data['id'];
-                $update['refund_cash'] = $data['refund_cash'] + $cash;
+                $update['refund_cash'] = $data['refund_cash'] + $cash + $re_cash;
                 $update['refund_num'] = $data['refund_num'] + $num;
                 if (isset($data['refund_p_cash'])) {
                     $update['refund_p_cash'] = $data['refund_p_cash'] + $p_cash;