feat: There is no way the,buss

This commit is contained in:
super_liu
2021-12-27 15:11:10 +08:00
parent 0c59759427
commit 9ee81e8b7e
2 changed files with 2 additions and 2 deletions
@@ -29,7 +29,7 @@ public class BussLibraryC3Before implements TaskListener{
busBean.saveOrUpdate(one1);
// 发送 oa 待办 设置 跳转页面 router ? 后面流程类型
one1.setLink("bussLibrary3-1?prcType=buss1");
one1.setLink("bussLibraryC3?prcType=buss1");
one1.setTaskInfo(delegateTask.getName());
oaService.sendTodoMq(one1);
}
@@ -29,7 +29,7 @@ public class BussLibraryC6Before implements TaskListener{
busBean.saveOrUpdate(one1);
// 发送 oa 待办 设置 跳转页面 router ? 后面流程类型
one1.setLink("bussLibrary6-1?prcType=buss1");
one1.setLink("bussLibraryC6?prcType=buss1");
one1.setTaskInfo(delegateTask.getName());
oaService.sendTodoMq(one1);
}