Merge branch 'dev'

This commit is contained in:
wangliwen 2022-10-12 16:16:37 +08:00
commit 57c0e17208
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ public class ApplyDistrictListener implements TaskListener, ExecutionListener, A
private SysNoticeService sysNoticeService;
@Override
@ActivitiNoticeOperation(value = "申请发起人区管理员审批", process = "能力申请流程")
@ActivitiNoticeOperation(value = "申请发起人区管理员审批", process = "能力申请流程")
public void notify(DelegateTask delegateTask) {
logger.error("事件类型:" + delegateTask.getEventName());
final String eventName = delegateTask.getEventName();

View File

@ -67,7 +67,7 @@ public class CityListener implements TaskListener, ExecutionListener, ActivitiEv
private SysNoticeService sysNoticeService;
@Override
@ActivitiNoticeOperation(value = "市级区市管理员审批", process = "能力申请流程")
@ActivitiNoticeOperation(value = "市级管理员审批", process = "能力申请流程")
public void notify(DelegateTask delegateTask) {
logger.error("事件类型:" + delegateTask.getEventName());
final String eventName = delegateTask.getEventName();