HARUHARU 3 年之前
父節點
當前提交
9a4983c8dd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      admin/control/refill_successful.php

+ 1 - 0
admin/control/refill_successful.php

@@ -82,6 +82,7 @@ class refill_successfulControl extends SystemControl
                 $merchant_name = $merchants[$mchid]['company_name'] == '' ? $merchants[$mchid]['name'] : $merchants[$mchid]['company_name'];
                 $mchname[$mchid] = "{$mchid}-{$merchant_name}";
             }
+            sort($mchname);
             $result['chname'] = $mchname;
         }
         $amountData = array_unique($amount);