Co-authored-by: fit2-zhao <yong.zhao@fit2cloud.com>
This commit is contained in:
parent
3365f44310
commit
678b9a6a3a
|
@ -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=")">
|
||||
|
|
Loading…
Reference in New Issue