stanley-king 2 rokov pred
rodič
commit
0e6b8f7b49
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;