优化案件附件查询功能

This commit is contained in:
wangqiong
2024-04-28 13:55:46 +08:00
parent 86e209494f
commit 2f3b5645aa
15 changed files with 37 additions and 27 deletions
@@ -25,7 +25,7 @@ public interface CaseAttachMapper {
List<CaseAttach> getCaseAttachByCaseIdAndType(CaseAttach caseAttach);
CaseAttach queryAnnexById(Integer annexId);
CaseAttach queryAnnexById(@Param("annexId")Long annexId);
/**
* 根据案件id和附件类型删除和上传类型