feat: 征求意见结果提醒消息支持跳转
This commit is contained in:
+2
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user