stanley-king 2 年 前
コミット
f8425e93bc
1 ファイル変更1 行追加0 行削除
  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;