Исправление вывода дат для модальных окон
This commit is contained in:
@@ -108,7 +108,7 @@ class StatisticsService
|
||||
->join('report_duties as rd', 'rd.id', '=', 'rdp.report_duty_id')
|
||||
->whereIn('rd.rf_department_id', $allDeptIds)
|
||||
->where('omh.observable_in', '>=', $startDate)
|
||||
->where('omh.observable_in', '<=', $endDate)
|
||||
->where('omh.observable_in', '<', $endDate)
|
||||
->select('rd.rf_department_id', DB::raw('COUNT(DISTINCT omh.id) as count'))
|
||||
->groupBy('rd.rf_department_id')
|
||||
->get()
|
||||
|
||||
Reference in New Issue
Block a user