会议相关,查询案件修改

This commit is contained in:
18792927508
2023-11-14 11:35:26 +08:00
parent 8a7dfec1d6
commit a6731e8595
11 changed files with 102 additions and 56 deletions
@@ -79,7 +79,7 @@ public interface CaseApplicationMapper {
/**
* 批量删除案件
* @param caseApplication
* @param ids
* @return
*/
int batchDeletecaseApplication(@Param("ids") List<Long> ids);
@@ -104,4 +104,9 @@ public interface CaseApplicationMapper {
* @return
*/
List<CaseApplication> selectHandledCase(CaseApplication caseApplication);
/**
* 查询最大房间号
* @return
*/
Integer selectMaxRoomId();
}