视频,用印回调,裁决书处理
This commit is contained in:
@@ -149,4 +149,11 @@ public interface CaseApplicationMapper {
|
||||
List<CaseApplication> list(@Param("caseApplication") CaseApplication caseApplication,
|
||||
@Param("caseStatusList") List<Integer> caseStatusList,
|
||||
@Param("roleNames") List<String> roleNames);
|
||||
|
||||
/**
|
||||
* 查询当前案件节点
|
||||
* @param id
|
||||
* @return
|
||||
*/
|
||||
Integer selectCaseApplicationCaseStatus(@Param("id") Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user