|
...
|
...
|
@@ -36,6 +36,7 @@ class MonthReportController extends BaseController |
|
|
|
$this->map['month'] = ['>=',date('Y-m',strtotime($this->user['uptime']))];
|
|
|
|
}
|
|
|
|
$month = $monthCountModel->formatQuery($this->map)->pluck('month')->unique()->toArray();
|
|
|
|
$month = sort($month);
|
|
|
|
$this->response('success',Code::SUCCESS,$month);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|