@@ -124,7 +124,7 @@ class Period extends \common\components\ActiveRecord
if (empty($periodNum)) {
$this->nowPeriodArr = static::find()
->where(' 1=1')
- ->orderBy('PERIOD_NUM ASC')
+ ->orderBy('PERIOD_NUM DESC')
->asArray()
->one();
if (empty($this->nowPeriodArr)) {