gorden 7 months ago
parent
commit
643206b66a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/service/order/AppointmentService.php

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

@@ -240,7 +240,7 @@ class AppointmentService
                     'mobile' => $member['member_mobile'],
                     'person' => $params['person'],
                     'remark' => '',
-                    'remark_apply_employe' => $data['remark_apply_employe'] ?? '',
+                    'remark_apply_employe' => $params['remark_apply_employe'] ?? '',  
                     'premises' => $params['premises'],
                     'times' => $params['appointment_times']
                 ]);