2f68f287 by xiaojie

【数据资产】

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