generated from liutk/owl-admin-base
Update
parent
00b5e380cf
commit
37591eacd6
|
|
@ -97,6 +97,7 @@ class EmployeeService extends BaseService
|
||||||
}
|
}
|
||||||
$user->update([
|
$user->update([
|
||||||
'leave_at' => $options['leave_at'] ?? now(),
|
'leave_at' => $options['leave_at'] ?? now(),
|
||||||
|
'store_id' => 0,
|
||||||
'employee_status' => EmployeeStatus::Offline,
|
'employee_status' => EmployeeStatus::Offline,
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue