如题
A表
select * from A where item满足区间1 or item满足区间2 or ……
比如:
传入的sql参数为 List = [
{
min:0,
max:10
},
{
min:90,
max:120
},
]