stanley-king 2 years ago
parent
commit
0e6b8f7b49
1 changed files with 1 additions and 1 deletions
  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;