Merge branch 'master' into docker_package
This commit is contained in:
commit
aa898827b7
File diff suppressed because it is too large
Load Diff
|
@ -95,6 +95,7 @@ public class ActivitiNoticeAspect {
|
|||
task_complete_notice(delegateTask, activitiNoticeOperation);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
});
|
||||
} // 任务监听器类型
|
||||
|
@ -323,7 +324,7 @@ public class ActivitiNoticeAspect {
|
|||
private void assignment_notice(final DelegateTask delegateTask, final ActivitiNoticeOperation activitiNoticeOperation) {
|
||||
Map<String, Object> kv = delegateTask.getVariables();
|
||||
LOGGER.error("表单:{}", JSON.toJSONString(kv));
|
||||
if(delegateTask.getId().equals(kv.get("autoApply"))){
|
||||
if (delegateTask.getId().equals(kv.get("autoApply"))) {
|
||||
LOGGER.error("------------自动审批通过,不通知------------");
|
||||
return;
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue