会议相关,查询案件修改
This commit is contained in:
+6
-1
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user