|
@@ -74,7 +74,7 @@ class Currency extends \common\components\ActiveRecord
|
|
|
*/
|
|
*/
|
|
|
public static function getAllData()
|
|
public static function getAllData()
|
|
|
{
|
|
{
|
|
|
- return static::find()->where('1=1')->orderBy('ACTIVE DESC, ID ASC')->asArray()->all();
|
|
|
|
|
|
|
+ return static::find()->where('1=1')->orderBy('ACTIVE DESC, NAME ASC')->asArray()->all();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|