通知文案调整

This commit is contained in:
wangliwen 2022-10-12 16:15:51 +08:00
parent 0c1a606dd4
commit 48cccebdfd
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();