feat: 超期预警流程支持消息跳转
This commit is contained in:
+2
@@ -77,6 +77,8 @@ public class NotMetWarningJob implements Job {
|
||||
Map<String, String> sendMap = new HashMap<>();
|
||||
sendMap.put("prcName", processAll.getPrcName());
|
||||
sendMap.put("prcNum", processAll.getPrcNum());
|
||||
sendMap.put("openType", "url");
|
||||
sendMap.put("openPage", "/workCenter/processCenter/processCenter?prcNum=" + processAll.getPrcNum());
|
||||
sendMessageDTO.setMap(sendMap);
|
||||
sendMessageAPI.sendMessage(sendMessageDTO);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user