Ver código fonte

完善功能

gorden 11 meses atrás
pai
commit
51fc8223d8
1 arquivos alterados com 1 adições e 0 exclusões
  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 = "后付费预约";
             }