|
|
@@ -348,7 +348,7 @@ class CalcController extends BaseController
|
|
|
]);
|
|
|
$condition = $filter['condition'];
|
|
|
$params = $filter['params'];
|
|
|
- $data = CalcRecord::lists($condition, $params, ['orderBy' => 'CREATE_TIME DESC']);
|
|
|
+ $data = CalcRecord::lists($condition, $params, ['orderBy' => 'CREATE_TIME ASC']);
|
|
|
return static::notice($data);
|
|
|
}
|
|
|
|