bug修改

This commit is contained in:
18792927508
2023-10-30 15:56:34 +08:00
parent d31d363c44
commit 1110f5edcd
8 changed files with 130 additions and 46 deletions
@@ -97,4 +97,11 @@ public interface CaseApplicationMapper {
* @return
*/
Long selectCaseIdByRoomId(@Param("roomId")String roomId);
/**
* 查询已办案件
* @param caseApplication
* @return
*/
List<CaseApplication> selectHandledCase(CaseApplication caseApplication);
}