fix(接口定义): 修复接口列表 负责人 筛选不生效 #1005021

This commit is contained in:
fit2-zhao 2021-07-09 17:57:54 +08:00 committed by fit2-zhao
parent ff0d983c1e
commit 104511dac2
1 changed files with 6 additions and 0 deletions

View File

@ -523,6 +523,12 @@
#{value}
</foreach>
</when>
<when test="key=='user_name'">
and api_definition.user_id in
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}
</foreach>
</when>
<when test="key=='case_status'">
and api_definition.case_status in
<foreach collection="values" item="value" separator="," open="(" close=")">