stanley-king před 2 roky
rodič
revize
0e6b8f7b49
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      helper/statistics/refill_balance.php

+ 1 - 1
helper/statistics/refill_balance.php

@@ -244,7 +244,7 @@ class refill_balance
         $records = Model('')->table('refill_evidence')
             ->field('add_type,sum(amount) as amounts')
             ->where($cond)
-            ->group('add_type asc')
+            ->group('add_type')
             ->select();
 
         return $records;