Commit ee87f3deca83d3b087ec190caeec9ba15a93e9dc

Authored by 房远帅
2 parents e077437d 4d99c46d

Merge branch 'master_0929' into master_after20

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