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

Co-authored-by: fit2-zhao <yong.zhao@fit2cloud.com>
This commit is contained in:
metersphere-bot 2021-07-09 18:19:50 +08:00 committed by GitHub
parent 3365f44310
commit 678b9a6a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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=")">