|
@@ -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) {
|