url样例:http://xxxx.xxxx.xxxx.:8075/webroot/decision/view/report?viewlet=xxx.cpt&uuid=1111,222,333
数据集样例:
select * from xxx a where a.uuid in (参数A)
【备注】a.uuid的数据类型为:字符串
数据集中参数A要怎么处理
select * from xxx a where a.uuid in (${concatenate("'",REPLACE(uuid,",","','"),"'")})