瀏覽代碼

[backend] Rapport : correctif bug liste années

refactoring
Guillaume 4 年之前
父節點
當前提交
63348dc065
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      backend/controllers/ReportController.php

+ 2
- 2
backend/controllers/ReportController.php 查看文件

@@ -81,10 +81,10 @@ class ReportController extends BackendController
// distributions
$firstDistribution = Distribution::searchOne([], [
'orderby' => 'id ASC'
'orderby' => 'date ASC'
]) ;
$lastDistribution = Distribution::searchOne([], [
'orderby' => 'id DESC'
'orderby' => 'date DESC'
]) ;
$firstYear = date('Y',strtotime($firstDistribution->date)) ;

Loading…
取消
儲存