浏览代码

完善功能

gorden 11 月之前
父节点
当前提交
51fc8223d8
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 = "后付费预约";
             }