From 8cd31c07f674a6bf5c7be5f7c89d9b0ab13e714e Mon Sep 17 00:00:00 2001 From: FBODC Date: Tue, 15 Apr 2025 15:56:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=9F=A5=E8=AF=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/test/test/controller/PerformanceTestController.java | 2 +- .../src/main/resources/mapper/test/PerformanceTestMapper.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test-test/src/main/java/com/test/test/controller/PerformanceTestController.java b/test-test/src/main/java/com/test/test/controller/PerformanceTestController.java index 005865c..484f819 100644 --- a/test-test/src/main/java/com/test/test/controller/PerformanceTestController.java +++ b/test-test/src/main/java/com/test/test/controller/PerformanceTestController.java @@ -109,7 +109,7 @@ public class PerformanceTestController extends BaseController /** - * 新增保存性能测试 + * 新增保存并执行性能测试 */ // @PreAuthorize("@ss.hasPermi('system:test:add')") @Log(title = "性能测试", businessType = BusinessType.INSERT) diff --git a/test-test/src/main/resources/mapper/test/PerformanceTestMapper.xml b/test-test/src/main/resources/mapper/test/PerformanceTestMapper.xml index e554cc5..93cd369 100644 --- a/test-test/src/main/resources/mapper/test/PerformanceTestMapper.xml +++ b/test-test/src/main/resources/mapper/test/PerformanceTestMapper.xml @@ -48,6 +48,7 @@ and rps_status = #{rpsStatus} and rps_limit = #{rpsLimit} and status = #{status} + and del_flag = #{delFlag} order by create_time desc