|
|
@ -172,12 +172,12 @@ public class TaskServiceImpl implements TaskService {
|
|
|
|
//根据患者masterId,collectId删除
|
|
|
|
//根据患者masterId,collectId删除
|
|
|
|
boolean stactic = archiveDetailMapper.delFileBySource(masterId, collectId);
|
|
|
|
boolean stactic = archiveDetailMapper.delFileBySource(masterId, collectId);
|
|
|
|
if (stactic) {
|
|
|
|
if (stactic) {
|
|
|
|
return CommonResult.success("删除成功,masterId:" + masterId);
|
|
|
|
return CommonResult.success("删除成功,masterId:" + masterId+"删除分类:"+collectId);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (Exception e) {
|
|
|
|
} catch (Exception e) {
|
|
|
|
return CommonResult.failed("删除失败,masterId:" + masterId);
|
|
|
|
return CommonResult.failed("删除失败,masterId:" + masterId+"删除分类:"+collectId);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return CommonResult.failed("删除失败,masterId:" + masterId);
|
|
|
|
return CommonResult.failed("删除失败,masterId:" + masterId+"删除分类:"+collectId);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|