提交 c9cfbeda authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 67e1f7e1
......@@ -146,10 +146,6 @@ public class AnnexLibrarySerivceImpl extends BaseServiceImpl<AnnexLibrary,String
example = new Example(AnnexLibraryDiyType.class);
example.createCriteria().andIn("annexId", ids);
vdrMapper.deleteByExample(example);
//----关联资源
example = new Example(ResourceRelation.class);
example.createCriteria().andIn("objectId", ids).orIn("resourceId", ids);
resourceRelationMapper.deleteByExample(example);
return true;
}
/**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论