锁定,解锁案件
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user