Ver Fonte

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

zhangl há 1 ano atrás
pai
commit
ea1634648c
1 ficheiros alterados com 1 adições e 1 exclusões
  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();