|
@@ -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 = "后付费预约";
|
|
|
}
|