diff --git a/src/main/java/neatlogic/module/framework/notify/service/NotifyServiceImpl.java b/src/main/java/neatlogic/module/framework/notify/service/NotifyServiceImpl.java index 06963b9327ca99eb7d2b81206b7dc87716da1ee9..06849aea441a11834782974c1889b2cbaa1985a2 100644 --- a/src/main/java/neatlogic/module/framework/notify/service/NotifyServiceImpl.java +++ b/src/main/java/neatlogic/module/framework/notify/service/NotifyServiceImpl.java @@ -77,11 +77,12 @@ public class NotifyServiceImpl implements NotifyService, INotifyServiceCrossover if (invokeNotifyPolicyConfigVo.getPolicyId() != null) { notifyPolicyVo = notifyMapper.getNotifyPolicyById(invokeNotifyPolicyConfigVo.getPolicyId()); } - } else { - if (invokeNotifyPolicyConfigVo.getHandler() != null) { - notifyPolicyVo = notifyMapper.getDefaultNotifyPolicyByHandler(invokeNotifyPolicyConfigVo.getHandler()); - } } +// else { +// if (invokeNotifyPolicyConfigVo.getHandler() != null) { +// notifyPolicyVo = notifyMapper.getDefaultNotifyPolicyByHandler(invokeNotifyPolicyConfigVo.getHandler()); +// } +// } if (notifyPolicyVo == null) { invokeNotifyPolicyConfigVo.setPolicyId(null); invokeNotifyPolicyConfigVo.setPolicyName(null);