浏览代码

Merge branch 'master' of http://git.liuniu946.com/Kirin/zccy

zxhxx 4 年之前
父节点
当前提交
7425317fbc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/admin/controller/order/StoreOrder.php

+ 1 - 0
app/admin/controller/order/StoreOrder.php

@@ -694,6 +694,7 @@ class StoreOrder extends AuthController
         unset($data['refund_price']);
         unset($data['refund_price']);
         $refund_data['pay_price'] = bcadd($product['pay_price'], $product['deposit'], 2);
         $refund_data['pay_price'] = bcadd($product['pay_price'], $product['deposit'], 2);
         $refund_data['refund_price'] = $refund_price;
         $refund_data['refund_price'] = $refund_price;
+        $refund_data['refund_id'] = 'refund_deposit' . $product['order_id'];
 
 
         if ($product['pay_type'] == 'weixin') {
         if ($product['pay_type'] == 'weixin') {
             if ($product['is_channel'] == 1) {//小程序
             if ($product['is_channel'] == 1) {//小程序