优化案件附件查询功能
This commit is contained in:
@@ -25,7 +25,7 @@ public interface CaseAttachMapper {
|
||||
|
||||
List<CaseAttach> getCaseAttachByCaseIdAndType(CaseAttach caseAttach);
|
||||
|
||||
CaseAttach queryAnnexById(Integer annexId);
|
||||
CaseAttach queryAnnexById(@Param("annexId")Long annexId);
|
||||
|
||||
/**
|
||||
* 根据案件id和附件类型删除和上传类型
|
||||
|
||||
Reference in New Issue
Block a user