【数据资产】
删除企业认证附件和领域
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -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 | /** | ... | ... |
-
Please register or sign in to post a comment