zhang-content/src/main/java/com/ruoyi/service/impl/ZfDoctorServiceImpl.java
@@ -62,6 +62,9 @@ @Resource ZfDoctorShareService zfDoctorShareService; @Resource ZfDoctorDownloadService zfDoctorDownloadService; @Override public AjaxResult selectDoctorList(ZfDoctor zfDoctor, Integer pageNum, Integer pageSize) { @@ -383,7 +386,9 @@ } } List<ZfDoctor> zfDoctors = listByIds(Arrays.asList(ids)); if (! (zfDoctorDownloadService.deleteData(ids) && zfDoctorShareService.deleteByContentId(ids) ) ){ return AjaxResult.error(); } if (zfDoctorService.removeByIds(Arrays.asList(ids))) { //删除es中的数据