feat(我的工作台): 加版本筛选

--user=郭雨琦 【我的工作台】版本筛选
This commit is contained in:
guoyuqi 2022-01-18 16:05:09 +08:00 committed by jianxing
parent dd1b99e774
commit 0812a12163
2 changed files with 7 additions and 1 deletions

View File

@ -380,6 +380,12 @@
#{value}
</foreach>
</when>
<when test="key == 'version_id'">
and t1.version_id in
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}
</foreach>
</when>
<when test="key=='status'">
and t1.status in
<foreach collection="values" item="value" separator="," open="(" close=")">

@ -1 +1 @@
Subproject commit 83691ee1539ecae589512d53b81e61e5ad2a6f15
Subproject commit c9b28cf4ea3d863e47a4e083e8420e9e4cbc9d1e