From 66498fd75091a81d8cf638835d74f95c28d9ee83 Mon Sep 17 00:00:00 2001 From: liangdaliang Date: Wed, 28 May 2025 15:04:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=8E=92=E5=BA=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/test/PerformanceTestCaseReportMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/test-test/src/main/resources/mapper/test/PerformanceTestCaseReportMapper.xml b/test-test/src/main/resources/mapper/test/PerformanceTestCaseReportMapper.xml index c031395..f4b9cb7 100644 --- a/test-test/src/main/resources/mapper/test/PerformanceTestCaseReportMapper.xml +++ b/test-test/src/main/resources/mapper/test/PerformanceTestCaseReportMapper.xml @@ -47,6 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and a.del_flag = #{delFlag} and a.status = #{status} + order by a.id desc