案件修改
This commit is contained in:
@@ -27,9 +27,9 @@ public interface CaseAttachMapper {
|
||||
CaseAttach queryAnnexById(Integer annexId);
|
||||
|
||||
/**
|
||||
* 根据案件id和附件类型删除
|
||||
* 根据案件id和附件类型删除和上传类型
|
||||
* @param caseAppliId
|
||||
* @param annexType
|
||||
*/
|
||||
void deleteByCasedIdAndType(@Param("caseAppliId")Long caseAppliId,@Param("annexType") int annexType);
|
||||
void deleteByCasedIdAndType(@Param("caseAppliId")Long caseAppliId,@Param("annexType") int annexType,@Param("isBatchUpload") int isBatchUpload);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user