性能测试接口查询修改
This commit is contained in:
@@ -109,7 +109,7 @@ public class PerformanceTestController extends BaseController
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 新增保存性能测试
|
* 新增保存并执行性能测试
|
||||||
*/
|
*/
|
||||||
// @PreAuthorize("@ss.hasPermi('system:test:add')")
|
// @PreAuthorize("@ss.hasPermi('system:test:add')")
|
||||||
@Log(title = "性能测试", businessType = BusinessType.INSERT)
|
@Log(title = "性能测试", businessType = BusinessType.INSERT)
|
||||||
|
|||||||
@@ -48,6 +48,7 @@
|
|||||||
<if test="rpsStatus != null "> and rps_status = #{rpsStatus}</if>
|
<if test="rpsStatus != null "> and rps_status = #{rpsStatus}</if>
|
||||||
<if test="rpsLimit != null "> and rps_limit = #{rpsLimit}</if>
|
<if test="rpsLimit != null "> and rps_limit = #{rpsLimit}</if>
|
||||||
<if test="status != null and status != ''"> and status = #{status}</if>
|
<if test="status != null and status != ''"> and status = #{status}</if>
|
||||||
|
<if test="delFlag != null and delFlag != ''"> and del_flag = #{delFlag}</if>
|
||||||
</where>
|
</where>
|
||||||
order by create_time desc
|
order by create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user