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

Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into raccount

xiaoyu преди 2 години
родител
ревизия
60f5f1d23f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      helper/refill/policy/channel_filter.php

+ 1 - 1
helper/refill/policy/channel_filter.php

@@ -70,7 +70,7 @@ class channel_filter
         } elseif ($this->mCardType == mtopcard\ThirdRefillCard) {
             return $inProviders;
         } elseif ($this->mQuality == Quality::Normal) {
-            return $this->asc($inProviders,1,10);
+            return $this->asc($inProviders,1,50);
         } elseif ($this->mQuality == Quality::Quick) {
             return $this->asc($inProviders,1,10);
         } else {