fix:修改立项计划中发送OA代办连接错误问题

This commit is contained in:
wxyclub
2023-07-28 11:44:25 +08:00
parent e246384ed3
commit 1a76289851
@@ -31,7 +31,8 @@ public class Step2Before implements TaskListener {
CreateMQService oaService = SpringContextUtil.getBean(CreateMQService.class);
// 发送 oa 待办 设置 跳转页面 router ? 后面流程类型
one1.setLink("xmpgStep2?prcType=6");
// one1.setLink("xmpgStep2?prcType=6");
one1.setLink("qbzxdlxStep2?proType=26");
one1.setTaskInfo(delegateTask.getName());
oaService.sendTodoMq(one1);
}