|
|
@@ -746,12 +746,7 @@ public class TodoCenterManage { |
|
|
|
req.setProcessDefId(param.getProcessDefId()); |
|
|
|
req.setUserId(String.valueOf(userId)); |
|
|
|
req.setInstCodes(instCodes); |
|
|
|
StopWatch stopWatch = new StopWatch(); |
|
|
|
stopWatch.start(); |
|
|
|
List<ProcessTaskVo> iDoList = processTaskService.getUserIdoList(req); |
|
|
|
stopWatch.stop(); |
|
|
|
log.info("========== 查询已处理列表时间为 {}s",stopWatch.getTotalTimeSeconds()); |
|
|
|
|
|
|
|
if (CollUtil.isEmpty(iDoList)) { |
|
|
|
return PageVo.empty(); |
|
|
|
} |
|
|
|