fix: 处理project_id没有查询的问题

This commit is contained in:
Captain.B 2021-06-18 11:36:55 +08:00 committed by 刘瑞斌
parent 5c07cdeee4
commit 02e1ceca62
1 changed files with 6 additions and 0 deletions

View File

@ -236,6 +236,12 @@
#{value}
</foreach>
</when>
<when test="key=='project_id'">
and api_scenario.project_id in
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}
</foreach>
</when>
</choose>
</if>
</foreach>