gorden há 7 meses atrás
pai
commit
a631d15427
1 ficheiros alterados com 1 adições e 1 exclusões
  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_employe' => $data['remark_apply_employe'] ?? '',
+                    'remark_apply_employe' => $data['remark_apply_employe'] ?? '',
                     'premises' => $params['premises'],
                     'times' => $params['appointment_times']
                 ]);