Преглед на файлове

feat: NG-15: 新会员注册时增加国家与语言选项.

zhangl преди 1 година
родител
ревизия
ea1634648c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      backendApi/modules/v1/controllers/SiteController.php

+ 1 - 1
backendApi/modules/v1/controllers/SiteController.php

@@ -215,7 +215,7 @@ class SiteController extends BaseController
 
         $data = OpenBank::find()
             ->where('STATUS=:STATUS AND COUNTRY_ID=:COUNTRY_ID', [':STATUS' => 1, ':COUNTRY_ID' => $countryId])
-            ->orderBy('LIST_ORDER ASC')
+            ->orderBy('BANK_NAME ASC')
             ->asArray()
             ->all();