|
@@ -197,13 +197,14 @@ public class WfEvent {
|
|
if ("BACKGROUNDJOB".equals(procInfo.getMeta().getProcdefType())) {
|
|
if ("BACKGROUNDJOB".equals(procInfo.getMeta().getProcdefType())) {
|
|
message.addContent("请通过 “ 系统功能 -> 后台事务 -> 后台事务监控” 查看 “编码” 为{ " + code + " }的后台事务的错误日志,了解挂起原因或修复此事务。", locale);
|
|
message.addContent("请通过 “ 系统功能 -> 后台事务 -> 后台事务监控” 查看 “编码” 为{ " + code + " }的后台事务的错误日志,了解挂起原因或修复此事务。", locale);
|
|
} else {
|
|
} 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);
|
|
message.addContent(content, locale);
|
|
}
|
|
}
|
|
|
|
|