From c739e3980e1ba130f5c9a49f8c544a731498620d Mon Sep 17 00:00:00 2001 From: tianxinlei Date: Thu, 21 May 2026 17:06:49 +0800 Subject: [PATCH] =?UTF-8?q?5-21=20-=20=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/KeyProjectMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml b/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml index d01d387..d07e529 100644 --- a/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml @@ -181,6 +181,7 @@ GROUP BY kp.id ORDER BY + kp.apply_status asc, IF(kp.update_time IS NOT NULL, kp.update_time, kp.create_time) DESC