fix(测试跟踪): 功能用例高级搜索按更新时间搜索错误
--bug=1016346 --user=陈建星 【测试跟踪】github#17428,测试计划-功能用例-按更新时间筛选-用例数量不对 https://www.tapd.cn/55049933/s/1235289
This commit is contained in:
parent
0641cc27f8
commit
6fdeb98d5b
|
@ -65,7 +65,7 @@
|
|||
</include>
|
||||
</if>
|
||||
<if test="${condition}.createTime != null">
|
||||
and test_case.create_time
|
||||
and test_plan_test_case.create_time
|
||||
<include refid="condition">
|
||||
<property name="object" value="${condition}.createTime"/>
|
||||
</include>
|
||||
|
@ -78,7 +78,7 @@
|
|||
test_case_review_users
|
||||
</if>
|
||||
<if test="${condition}.updateTime != null">
|
||||
and test_case.update_time
|
||||
and test_plan_test_case.update_time
|
||||
<include refid="condition">
|
||||
<property name="object" value="${condition}.updateTime"/>
|
||||
</include>
|
||||
|
|
Loading…
Reference in New Issue