wupengfei 1 năm trước cách đây
mục cha
commit
89b929bf90
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      application/synth/controller/BillApply.php

+ 1 - 1
.idea/workspace.xml

@@ -327,7 +327,7 @@
       <workItem from="1684543423796" duration="10653000" />
       <workItem from="1684716593546" duration="15730000" />
       <workItem from="1684743465298" duration="6526000" />
-      <workItem from="1684802887863" duration="3187000" />
+      <workItem from="1684802887863" duration="3280000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/synth/controller/BillApply.php

@@ -85,7 +85,7 @@ class BillApply extends Controller
             // 退款金额
             $refund_money = StoreOrderRefund::getRefundMoney($data['order_id'],1);
             $data['refund_money'] = $refund_money;
-            $order_info = ActivityApply::where('id',$data['apply_id'])->find()->toArray();
+            $order_info = ActivityApply::where('id',$data['order_id'])->find()->toArray();
             $data['order_info'] = $order_info;
             if($data['address_info']) $data['address_info'] = json_decode($data['address_info'],true);
             $this->data = $data;