Добавлен вывод отчетов от системы
This commit is contained in:
@@ -49,7 +49,7 @@ class DutyReportService
|
||||
$departmentId = $departmentId ?? $user->rf_department_id;
|
||||
|
||||
$data = [
|
||||
'report_date' => Carbon::now()->format('Y-m-d'),
|
||||
'report_date' => $dateRange->endSql(),
|
||||
'sent_at' => Carbon::now()->format('Y-m-d H:i:s'),
|
||||
'period_type' => 'day',
|
||||
'period_start' => $dateRange->startSql(),
|
||||
|
||||
Reference in New Issue
Block a user