|
|
@@ -343,12 +343,12 @@ class CalcController extends BaseController
|
|
|
*/
|
|
|
public function actionRecordList()
|
|
|
{
|
|
|
- $filter = $this->filterCondition([
|
|
|
- 'periodNum' => 'PERIOD_NUM',
|
|
|
+ $filter = $this->filterCondition([
|
|
|
+ 'CALC_ID' => 'PERIOD_NUM',
|
|
|
]);
|
|
|
$condition = $filter['condition'];
|
|
|
$params = $filter['params'];
|
|
|
- $data = CalcRecord::lists($condition, $params, ['orderBy' => 'CREATED_AT DESC , ID DESC']);
|
|
|
+ $data = CalcRecord::lists($condition, $params, ['orderBy' => 'CREATEd_TIME DESC']);
|
|
|
return static::notice($data);
|
|
|
}
|
|
|
|