Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -170,6 +170,8 @@ public class ContractDistributorStandardServiceImpl extends | @@ -170,6 +170,8 @@ public class ContractDistributorStandardServiceImpl extends | ||
| 170 | // 获取当前人员的待办任务数据 | 170 | // 获取当前人员的待办任务数据 |
| 171 | List<FlowTaskDto> flowTaskList = flowTaskWrapperMapper.queryTodoList(new QueryTodoTaskListVo(), SecurityUtil.getCurrentUser().getId()); | 171 | List<FlowTaskDto> flowTaskList = flowTaskWrapperMapper.queryTodoList(new QueryTodoTaskListVo(), SecurityUtil.getCurrentUser().getId()); |
| 172 | if (CollectionUtils.isEmpty(flowTaskList)) { | 172 | if (CollectionUtils.isEmpty(flowTaskList)) { |
| 173 | + data.setShowExamine(false); | ||
| 174 | + data.setStandardShowExamine(false); | ||
| 173 | return data; | 175 | return data; |
| 174 | } | 176 | } |
| 175 | 177 |