Commit a4da7d8e by “zcwang”

add: 测试

parent 8fb0f267
......@@ -130,7 +130,7 @@ public class ChangeFlowBiz {
FlowDataDTO flowDataDTO = flowDetail(flowId);
String nodeId = flowDataDTO.getFlowMeta().getCurrNodeDataList().get(0).getNodeId();
// todo: 根据类型查询负责人详情,格式邮箱
String changeCommander = "";
String changeCommander = "A@163.com";
// 保存工单数据
ChangeRecord changeRecord = buildChangeRecord(flowId, nodeId, changeFlowCreateReq, changeCommander);
changeFlowService.saveRecord(changeRecord);
......@@ -467,6 +467,6 @@ public class ChangeFlowBiz {
return changeFlowVO;
}).collect(Collectors.toList());
}
return new PageInfo<ChangeFlowVO>(list);
return new PageInfo<>(list);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment