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