|
@@ -559,10 +559,11 @@ class StatisticService extends Service
|
|
|
$endDate = $year . "-12-31";
|
|
$endDate = $year . "-12-31";
|
|
|
|
|
|
|
|
return [
|
|
return [
|
|
|
- 'start_date' => $startDate,
|
|
|
|
|
- 'end_date' => $endDate,
|
|
|
|
|
|
|
+ $startDate,
|
|
|
|
|
+ $endDate,
|
|
|
];
|
|
];
|
|
|
} catch (\Exception $e) {
|
|
} catch (\Exception $e) {
|
|
|
|
|
+// var_dump($e->getMessage());die;
|
|
|
return null;
|
|
return null;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|