mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-03 12:14:57 +08:00
【功能优化】工作流:接入 SimpleModelUtils 预测遍历逻辑
This commit is contained in:
parent
78ac52132b
commit
4583f161b4
File diff suppressed because one or more lines are too long
@ -120,6 +120,7 @@ public class BpmTaskServiceImpl implements BpmTaskService {
|
|||||||
return new PageResult<>(tasks, count);
|
return new PageResult<>(tasks, count);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO @芋艿:可以进一步简化
|
||||||
@Override
|
@Override
|
||||||
public BpmTaskRespVO getFirstTodoTask(Long userId, String processInstanceId) {
|
public BpmTaskRespVO getFirstTodoTask(Long userId, String processInstanceId) {
|
||||||
if (processInstanceId == null) {
|
if (processInstanceId == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user