@@ -24,7 +24,7 @@ class StatBookController extends BaseController
$where['time'] = ['between', [$period['startTime'], $period['endTime']]];
}
- $list = StatBookClass::getAllByCondition($where, null, '*');
+ $list = StatBookClass::getAllByCondition($where, 'time DESC', '*');
util::success(['list' => $list]);