diff --git a/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml b/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml index 2f3b9db..d311421 100644 --- a/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml @@ -299,7 +299,8 @@ GROUP BY ci.id, ci.corp_name - ORDER BY ecorp.create_time desc + order by CASE WHEN ci.type = 2 THEN 0 ELSE 1 END, + ci.corp_order ASC