仲裁系统bug修复
This commit is contained in:
@@ -21,7 +21,7 @@ public interface CaseAttachMapper {
|
||||
|
||||
int updateCaseAttachBycaseid(CaseAttach caseAttach);
|
||||
|
||||
int deleteByFileIds(@Param("ids") List<Integer> fileIds);
|
||||
int deleteByFileIds(@Param("ids") List<Long> fileIds);
|
||||
|
||||
List<CaseAttach> getCaseAttachByCaseIdAndType(CaseAttach caseAttach);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user