性能测试接口查询修改

This commit is contained in:
2025-04-15 15:56:57 +08:00
parent f9b050a569
commit 8cd31c07f6
2 changed files with 2 additions and 1 deletions

View File

@@ -109,7 +109,7 @@ public class PerformanceTestController extends BaseController
/**
* 新增保存性能测试
* 新增保存并执行性能测试
*/
// @PreAuthorize("@ss.hasPermi('system:test:add')")
@Log(title = "性能测试", businessType = BusinessType.INSERT)

View File

@@ -48,6 +48,7 @@
<if test="rpsStatus != null "> and rps_status = #{rpsStatus}</if>
<if test="rpsLimit != null "> and rps_limit = #{rpsLimit}</if>
<if test="status != null and status != ''"> and status = #{status}</if>
<if test="delFlag != null and delFlag != ''"> and del_flag = #{delFlag}</if>
</where>
order by create_time desc
</select>