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

--user=郭雨琦 【我的工作台】版本筛选
This commit is contained in:
guoyuqi 2022-01-18 16:05:09 +08:00 committed by jianxing
parent 42fe9d8df8
commit f51a4ee186
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 d3fcf5e1179eb0dd5243346cb0b68c9c785ba4ca
Subproject commit a80c1b4d6954d38514e7a0b914805bae00a230f5