feat: 征求意见结果提醒消息支持跳转

This commit is contained in:
2024-03-21 16:06:20 +08:00
parent 2d980a76cd
commit f8fb2f080a
@@ -757,6 +757,8 @@ public class ProcessFbStandardConsultationServiceImpl extends ServiceImpl<Proces
sendMap.put("modificationAfter", processFbConsultationList.getModificationAfter());
sendMap.put("modificationReason", processFbConsultationList.getModificationReason());
sendMap.put("adopt", sysDictService.queryDictText("consultation_opinion", processFbConsultationList.getIsAdopt()));
sendMap.put("openType", "url");
sendMap.put("openPage", "/businessSupport/AskForAdviceDetail?id=" + processFbStandardConsultation.getId());
sendMessageDTO.setMap(sendMap);
sendMessageAPI.sendMessage(sendMessageDTO);
}