fix 测试计划-我的用例
This commit is contained in:
parent
ca47e1d5ff
commit
4a470e4d86
|
@ -33,6 +33,9 @@
|
|||
#{nodeId}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="request.executor != null">
|
||||
and test_plan_test_case.executor = #{request.executor}
|
||||
</if>
|
||||
<if test="request.planId != null">
|
||||
and test_plan_test_case.plan_id = #{request.planId}
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue