소스 검색

退款管理

gorden 7 달 전
부모
커밋
eec6245e7f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/admin/controller/order/RefundController.php

+ 1 - 1
app/admin/controller/order/RefundController.php

@@ -507,7 +507,7 @@ class RefundController extends Curd
             ];
 
             $order->order_discount_json = json_encode($orderDiscountJson, JSON_UNESCAPED_UNICODE);
-            $order->order_amount_pay = $order->order_amount_pay - $amount;
+//            $order->order_amount_pay = $order->order_amount_pay - $amount;
             $order->save();
         } catch (\Exception $e) {
             throw new BusinessException("退款失败");