Commit e4273cd6 authored by unset's avatar unset

完善接口信息

parent be572ee0
...@@ -117,7 +117,7 @@ public class ImageInfoRelationBiz extends BaseBiz<ImageInfoRelationMapper,ImageI ...@@ -117,7 +117,7 @@ public class ImageInfoRelationBiz extends BaseBiz<ImageInfoRelationMapper,ImageI
return new ArrayList<>(); return new ArrayList<>();
} }
Example example = new Example(ImageInfoRelation.class); Example example = new Example(ImageInfoRelation.class);
example.createCriteria().andEqualTo("id", Arrays.asList(arr)); example.createCriteria().andIn("id", Arrays.asList(arr));
return mapper.selectByExample(example); return mapper.selectByExample(example);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment