Commit 4d99c46dc58298cc25de842c1a72a71d4753dbc6

Authored by 杨鸣坤
1 parent 9edd446d

楚江ERP:如果没有需要审核数据,返回false

... ... @@ -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
... ...