锁定,解锁案件

This commit is contained in:
18792927508
2023-10-20 14:47:58 +08:00
parent c2c4d71d37
commit 3d36f05cf9
7 changed files with 58 additions and 3 deletions
@@ -60,4 +60,12 @@ public interface CaseApplicationMapper {
ToDoCount selectTodoCountByRole(CaseApplication caseApplication);
/**
* 修改案件锁定状态
* @param id
* @param lockStatus
* @return
*/
int updateCaseLockStatus(@Param("id")Long id,@Param("lockStatus") Integer lockStatus);
}