2f68f287 by xiaojie

【数据资产】

删除企业认证附件和领域
1 parent 34074241
......@@ -993,7 +993,11 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
* @return void
*/
private void afterRemove(MfEnterprise entity) {
// 删除附件信息
enterpriseAttachmentService.removeByEnterpriseGuids(Collections.singletonList(entity.getGuid()));
// 删除领域信息
enterpriseDomainService.removeByEnterpriseGuids(Collections.singletonList(entity.getGuid()));
}
/**
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!