Merge branch 'dev'
This commit is contained in:
commit
57c0e17208
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue