Sfoglia il codice sorgente

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

zhangl 1 anno fa
parent
commit
78a1b6b242
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();