fix(接口自动化): 修复负责人筛选不生效问题 #1004959

This commit is contained in:
fit2-zhao 2021-07-08 17:59:24 +08:00 committed by fit2-zhao
parent 185d650818
commit 1d491c1561
1 changed files with 7 additions and 0 deletions

View File

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