Unverified Commit 0ee5bfc4 authored by 乔占卫's avatar 乔占卫 Committed by GitHub
Browse files

Merge pull request #302 from qiaozhanwei/branch-1.0.2

work tolerance update
parents 1e9299cd ad18251c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ public class AlertManager {
        alert.setContent(content);
        alert.setAlertType(AlertType.EMAIL);
        alert.setCreateTime(new Date());
        alert.setAlertGroupId(processInstance.getWarningGroupId());
        alert.setAlertGroupId(processInstance.getWarningGroupId() == null ? 1:processInstance.getWarningGroupId());
        alert.setReceivers(processInstance.getProcessDefinition().getReceivers());
        alert.setReceiversCc(processInstance.getProcessDefinition().getReceiversCc());