dever 3 years ago
parent
commit
b105bdc2be
1 changed files with 1 additions and 1 deletions
  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;