Browse Source

预约补充数据

gorden 6 months ago
parent
commit
5e4ea9864f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/admin/service/order/AppointmentService.php

+ 2 - 1
app/admin/service/order/AppointmentService.php

@@ -258,7 +258,8 @@ class AppointmentService
                 'pay_addtimes' => time(),
                 'pay_paytimes' => date('Y-m-d H:i:s'),
                 'pay_prepayid'=>$appointment->join_appointment_member_id.'-CASH',
-                'pay_category'=>$goods->goods_classify
+                'pay_category'=>$goods->goods_classify,
+                'join_pay_object_json' => ['order_id'=>$orderId]
             ];
             PayDetail::insert($pay);