Commit 5366b598 authored by unset's avatar unset

添加通知信息

parent 46ff55a3
......@@ -29,11 +29,7 @@ public class ImageInfoRelationBiz extends BaseBiz<ImageInfoRelationMapper,ImageI
public void addUpdate(ImageInfoRelation imageInfoRelation) {
if (imageInfoRelation.getId() != null) {
updateSelectiveByIdRe(imageInfoRelation);
} else {
insertSelectiveRe(imageInfoRelation);
}
}
public void deleteAll(Integer relationId) {
......
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