综合查询删除

This commit is contained in:
马三炮 2025-04-03 15:47:06 +08:00
parent cbe71e31d1
commit 9a8248c032
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ public class ImportantMatterServiceImpl implements ImportantMatterService {
try {
importantMatterMapper.deleteImportantMatter(data);
sysFileResourceService.deleteFileResource(data.getId());
synthesisQueryService.deleteComprehensiveQuery(data.getId());
return ServerResponse.createSuccess();
} catch (Exception e) {
log.error(e.toString(), e);

View File

@ -68,6 +68,7 @@ public class SafetyMeasuresServiceImpl implements SafetyMeasuresService {
try {
safetyMeasuresMapper.deleteSafetyMeasures(data);
sysFileResourceService.deleteFileResource(data.getId());
synthesisQueryService.deleteComprehensiveQuery(data.getId());
return ServerResponse.createSuccess();
} catch (Exception e) {
log.error(e.toString(), e);