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