stanley-king 2 éve
szülő
commit
f8425e93bc
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      helper/statistics/refill_balance.php

+ 1 - 0
helper/statistics/refill_balance.php

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