Commit 2df23f02 by 王志超

feat: 子执行项工单流转

parent df5d75d5
...@@ -51,13 +51,6 @@ public interface ChangeFlowExecService { ...@@ -51,13 +51,6 @@ public interface ChangeFlowExecService {
List<Long> queryByExecUser(String changeExecUser); List<Long> queryByExecUser(String changeExecUser);
/** /**
* 根据id查询行动项记录
* @param id
* @return
*/
ChangeExecRecord getById(Long id);
/**
* 根据子流程工单ID查询行动项记录 * 根据子流程工单ID查询行动项记录
* @param subFlowId * @param subFlowId
* @return * @return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment