Commit ea75d1f9 authored by wei's avatar wei 🎱

会议纪要

parent 0db74926
...@@ -520,8 +520,8 @@ public class Constants { ...@@ -520,8 +520,8 @@ public class Constants {
/** /**
* 会议纪要流程模板 * 会议纪要流程模板
*/ */
public static final Map<String, String> MINUTES_MEETING_MAP = new HashMap<String, String>() {{ public static final Map<String, String> MEETING_SUMMARY_MAP = new HashMap<String, String>() {{
put("MinutesMeeting", "会议纪要"); put("MeetingSummary", "会议纪要");
}}; }};
/** /**
......
...@@ -110,7 +110,7 @@ public class ExtDxDocumentServiceImpl<V extends DxDocumentVO> extends DocumentSe ...@@ -110,7 +110,7 @@ public class ExtDxDocumentServiceImpl<V extends DxDocumentVO> extends DocumentSe
if (Constants.EXT_DOC_WF_MAP.containsKey(subTypeName)) { if (Constants.EXT_DOC_WF_MAP.containsKey(subTypeName)) {
return "ExtDocWF"; return "ExtDocWF";
} }
if (Constants.MINUTES_MEETING_MAP.containsKey(subTypeName)) { if (Constants.MEETING_SUMMARY_MAP.containsKey(subTypeName)) {
return "meetingWF"; return "meetingWF";
} }
if (Constants.INCOMING_DISPATCHES_MAP.containsKey(subTypeName)) { if (Constants.INCOMING_DISPATCHES_MAP.containsKey(subTypeName)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment