综合查询删除
This commit is contained in:
parent
cbe71e31d1
commit
9a8248c032
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue