视频,用印回调,裁决书处理
This commit is contained in:
@@ -35,4 +35,12 @@ public interface CaseAttachMapper {
|
||||
void deleteByCasedIdAndType(@Param("caseAppliId")Long caseAppliId,@Param("annexType") int annexType,@Param("isBatchUpload") int isBatchUpload);
|
||||
|
||||
void deleteCaseAttachByCasedIdAndType(@Param("caseAppliId")Long caseAppliId,@Param("annexType") int annexType);
|
||||
|
||||
/**
|
||||
* 删除存在的附件不包括该附件
|
||||
* @param caseId 附件
|
||||
* @param type 附件类型
|
||||
* @param annexId 附件id
|
||||
*/
|
||||
void deleteCaseAttach(@Param("caseId")Long caseId, @Param("type")int type,@Param("annexId") Long annexId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user