Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

foreach 有BUG #9

Open
sulirlinc opened this issue Aug 7, 2020 · 1 comment
Open

foreach 有BUG #9

sulirlinc opened this issue Aug 7, 2020 · 1 comment

Comments

@sulirlinc
Copy link

用例数据:
apples=[1,2,3,4]

xml:
apple in

#{item}

测试返回结果:
apple in (? ,
?)
期待返回结果:
apple in (? , ? , ? , ?)

@hhyo
Copy link
Owner

hhyo commented Sep 28, 2020

in多个参数时默认只添加两个,因为目标是SQL用于SQL审核,只需要取出指纹即可,可以自行判断调整

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants