如下图👇 前端需要传一个参数多个不同的id,后端可以用split把","分隔开来查询 后端可以用 String[] split = coll.getProviderId().split(","); 来把","分割开查询,然后通过for循环size=split.length