From f8fb10700c8ab44ffe017c52b57e52e826c6440f Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Mon, 23 Sep 2024 15:03:35 +0800 Subject: [PATCH] =?UTF-8?q?app=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/app/PrimaryDataAppMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mappers/app/PrimaryDataAppMapper.xml b/src/main/resources/mappers/app/PrimaryDataAppMapper.xml index c0553f1..40d9eca 100644 --- a/src/main/resources/mappers/app/PrimaryDataAppMapper.xml +++ b/src/main/resources/mappers/app/PrimaryDataAppMapper.xml @@ -43,7 +43,7 @@ AND ts.team_id = -1 - ORDER BY dispatch_time ASC + ORDER BY te.update_time DESC