gorden il y a 11 mois
Parent
commit
51fc8223d8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/admin/service/order/AppointmentService.php

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

@@ -57,6 +57,7 @@ class AppointmentService
             $row->goods_sku_specs_json = !empty($row->goods_sku_specs_json) ? json_decode($row->goods_sku_specs_json, true) : [];
             $row->order_addtimes = date('Y-m-d H:i:s', $row->order_addtimes);
             $row->appointment_addtimes = date('Y-m-d H:i:s', $row->appointment_addtimes);
+            $row->appointment_apply_json = !empty($row->appointment_apply_json) ? json_decode($row->appointment_apply_json) : [];
             if ($row->appointment_category == 'NOFEE') {
                 $row->member_benefit_name = "后付费预约";
             }