From 75d427537a34ee3bf0d66280448b524740b8020e Mon Sep 17 00:00:00 2001 From: zhaokai Date: Fri, 13 Mar 2026 09:39:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(training):=20=E6=B7=BB=E5=8A=A0=E5=9F=B9?= =?UTF-8?q?=E8=AE=AD=E7=94=B3=E8=AF=B7=E8=AE=B0=E5=BD=95=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/TrainingApplyRecordMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/web-infrastructure/src/main/resources/mapper/TrainingApplyRecordMapper.xml b/web-infrastructure/src/main/resources/mapper/TrainingApplyRecordMapper.xml index b23bfaa..4727d44 100644 --- a/web-infrastructure/src/main/resources/mapper/TrainingApplyRecordMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/TrainingApplyRecordMapper.xml @@ -77,6 +77,7 @@ AND ${ew.sqlSegment} group by r.training_apply_record_id + order by r.approval_status asc ,r.create_time desc