能力申请通知调整
This commit is contained in:
parent
5edf6803e9
commit
48c80cb357
|
@ -85,7 +85,7 @@ public class ApplyDeptListener implements TaskListener, ExecutionListener, Activ
|
|||
}
|
||||
|
||||
@Override
|
||||
@ActivitiNoticeOperation(value = "申请人发起人部门负责人审批", process = "能力申请流程v3")
|
||||
@ActivitiNoticeOperation(value = "申请人发起人部门负责人审批", process = "能力申请流程")
|
||||
public void notify(DelegateTask delegateTask) {
|
||||
logger.error("事件类型:" + delegateTask.getEventName());
|
||||
final String eventName = delegateTask.getEventName();
|
||||
|
|
|
@ -64,7 +64,7 @@ public class ApplyDistrictListener implements TaskListener, ExecutionListener, A
|
|||
private String defaultAssigneeRoleId; // 当未查到审批人时将使用该用户审批
|
||||
|
||||
@Override
|
||||
@ActivitiNoticeOperation(value = "申请发起人区市管理员审批", process = "能力申请流程V3")
|
||||
@ActivitiNoticeOperation(value = "申请发起人区市管理员审批", process = "能力申请流程")
|
||||
public void notify(DelegateTask delegateTask) {
|
||||
logger.error("事件类型:" + delegateTask.getEventName());
|
||||
final String eventName = delegateTask.getEventName();
|
||||
|
|
|
@ -64,7 +64,7 @@ public class CityListener implements TaskListener, ExecutionListener, ActivitiEv
|
|||
private String defaultAssigneeRoleId; // 当未查到审批人时将使用该用户审批
|
||||
|
||||
@Override
|
||||
@ActivitiNoticeOperation(value = "市级区市管理员审批", process = "能力申请流程V3")
|
||||
@ActivitiNoticeOperation(value = "市级区市管理员审批", process = "能力申请流程")
|
||||
public void notify(DelegateTask delegateTask) {
|
||||
logger.error("事件类型:" + delegateTask.getEventName());
|
||||
final String eventName = delegateTask.getEventName();
|
||||
|
|
|
@ -77,7 +77,7 @@ public class CorrectionListenerV3 implements TaskListener, ExecutionListener, Ac
|
|||
private TAbilityApplicationService tAbilityApplicationService;
|
||||
|
||||
@Override
|
||||
@ActivitiNoticeOperation(value = "流程结束", process = "能力申请流程v3", type = 2)
|
||||
@ActivitiNoticeOperation(value = "流程结束", process = "能力申请流程", type = 2)
|
||||
public void notify(DelegateExecution delegateExecution) throws Exception {
|
||||
logger.error("----------------------进入部门审批结束节点---------------------------");
|
||||
delegateExecution.getProcessBusinessKey();
|
||||
|
|
|
@ -61,7 +61,7 @@ public class OwnerDistrictListener implements TaskListener, ExecutionListener, A
|
|||
private String defaultAssigneeRoleId; // 当未查到审批人时将使用该用户审批
|
||||
|
||||
@Override
|
||||
@ActivitiNoticeOperation(value = "资源所属区市管理员审批", process = "能力申请流程V3")
|
||||
@ActivitiNoticeOperation(value = "资源所属区市管理员审批", process = "能力申请流程")
|
||||
public void notify(DelegateTask delegateTask) {
|
||||
logger.error("事件类型:" + delegateTask.getEventName());
|
||||
final String eventName = delegateTask.getEventName();
|
||||
|
|
Loading…
Reference in New Issue