fix: 处理project_id没有查询的问题
This commit is contained in:
parent
5c07cdeee4
commit
02e1ceca62
|
@ -236,6 +236,12 @@
|
||||||
#{value}
|
#{value}
|
||||||
</foreach>
|
</foreach>
|
||||||
</when>
|
</when>
|
||||||
|
<when test="key=='project_id'">
|
||||||
|
and api_scenario.project_id in
|
||||||
|
<foreach collection="values" item="value" separator="," open="(" close=")">
|
||||||
|
#{value}
|
||||||
|
</foreach>
|
||||||
|
</when>
|
||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|
Loading…
Reference in New Issue