From 91a67828554fa17b57ee9962f5fc47d525b9ce9e Mon Sep 17 00:00:00 2001 From: wang Date: Sat, 25 Jul 2026 15:12:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/service/ServiceApplicationsMapper.xml | 2 +- .../net/lab1024/sa/base/config/FileConfig.java | 7 +++++-- yun-base/src/main/resources/prod/yun-base.yaml | 16 +++++++++++----- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/yun-admin/src/main/resources/mapper/service/ServiceApplicationsMapper.xml b/yun-admin/src/main/resources/mapper/service/ServiceApplicationsMapper.xml index ec495bb..c86cf6f 100644 --- a/yun-admin/src/main/resources/mapper/service/ServiceApplicationsMapper.xml +++ b/yun-admin/src/main/resources/mapper/service/ServiceApplicationsMapper.xml @@ -477,7 +477,7 @@ GROUP BY tsa.user_id, tsa.certificate_number - ORDER BY annualServiceDuration DESC, tsa.user_id ASC + ORDER BY quarterlyServiceDuration DESC, tsa.user_id ASC LIMIT 1