fix 测试计划-我的用例

This commit is contained in:
chenjianxing 2020-05-14 13:42:52 +08:00
parent ca47e1d5ff
commit 4a470e4d86
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@
#{nodeId} #{nodeId}
</foreach> </foreach>
</if> </if>
<if test="request.executor != null">
and test_plan_test_case.executor = #{request.executor}
</if>
<if test="request.planId != null"> <if test="request.planId != null">
and test_plan_test_case.plan_id = #{request.planId} and test_plan_test_case.plan_id = #{request.planId}
</if> </if>