stanley-king hace 2 años
padre
commit
f8425e93bc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;