reafactor: 关系图展示优化
This commit is contained in:
parent
6392190f54
commit
edb5cf4d69
|
@ -323,6 +323,10 @@
|
||||||
</when>
|
</when>
|
||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
|
<if test="key=='status' and (values == null || values.size() == 0)">
|
||||||
|
and test_case.status is null or test_case.status != 'Trash'
|
||||||
|
|
||||||
|
</if>
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="request.filters == null || request.filters.size() == 0 ">
|
<if test="request.filters == null || request.filters.size() == 0 ">
|
||||||
|
|
|
@ -27,6 +27,7 @@ public class RelationshipGraphData {
|
||||||
private Integer index;
|
private Integer index;
|
||||||
private String name;
|
private String name;
|
||||||
private Boolean highlight;
|
private Boolean highlight;
|
||||||
|
private Boolean directRelationship;
|
||||||
private Integer x;
|
private Integer x;
|
||||||
private Integer y;
|
private Integer y;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 951a09e1903d4e93f2cc270a165464986cabaa3b
|
Subproject commit 3720022aa4112787a1827917c6a8f5b16bc53712
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5f1daa25212081093e952472182dc631fdb3423c
|
Subproject commit 3fa771f4d4b0194f67e5e0114c8c4238f81ffdae
|
Loading…
Reference in New Issue