소스 검색

邮件内容

yuanzhi_kuang 1 주 전
부모
커밋
9466ac8a67
1개의 변경된 파일8개의 추가작업 그리고 7개의 파일을 삭제
  1. 8 7
      GDYSL/src/com/kingdee/bos/workflow/event/WfEvent.java

+ 8 - 7
GDYSL/src/com/kingdee/bos/workflow/event/WfEvent.java

@@ -197,13 +197,14 @@ public class WfEvent {
             if ("BACKGROUNDJOB".equals(procInfo.getMeta().getProcdefType())) {
                 message.addContent("请通过 “ 系统功能 -> 后台事务 -> 后台事务监控” 查看 “编码” 为{ " + code + " }的后台事务的错误日志,了解挂起原因或修复此事务。", locale);
             } else {
-                content = "";
-                if (this.eventType.equals(WfEventType.PROCESS_SUSPENDED)) {
-                    content = title + " was aborted due to an error. For details, please contact IT (itsupport@gtiit.edu.cn) for help.";
-                } else {
-                    content = title + " was aborted due to an error. For details, please contact IT (itsupport@gtiit.edu.cn) for help.";
-                }
-
+//                content = "";
+//                if (this.eventType.equals(WfEventType.PROCESS_SUSPENDED)) {
+//                    content = title + " was aborted due to an error. For details, please contact IT (itsupport@gtiit.edu.cn) for help.";
+//                } else {
+//                    content = title + " was aborted due to an error. For details, please contact HR(hr@gtiit.edu.cn) and IT (itsupport@gtiit.edu.cn) for help.";
+//                }
+                //20250506微信消息要求改
+                content = title + " was aborted due to an error. For details, please contact IT (itsupport@gtiit.edu.cn) and HR(hr@gtiit.edu.cn) for help.";
                 message.addContent(content, locale);
             }