ソースを参照

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

zhangl 1 年間 前
コミット
78a1b6b242
1 ファイル変更1 行追加1 行削除
  1. 1 1
      frontendApi/modules/v1/controllers/SiteController.php

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

@@ -424,7 +424,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();