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;