|
|
@@ -30,12 +30,12 @@ public class SmpStorAndDisposalNotifiJob extends BaseJob2 {
|
|
|
List<String> receiverNames = employeeInfoList.stream()
|
|
|
.map(map -> (String) map.get("NAME_"))
|
|
|
.collect(Collectors.toList());
|
|
|
- String title = "标本保存和弃置消息提醒";
|
|
|
- String neiRong = "请确认今日是否有待处理的标本需要进行保存或者弃置";
|
|
|
- String biaoBenDiDian ="检验过程管理/样品保存和弃置";
|
|
|
- String content = "<p style=\"font-weight: 600; font-size: 24px; text-align: center; margin-bottom: 20px;\"></p>" +
|
|
|
- "<p><strong>一、通知主题</strong></p><p style=\"margin: 0 0 10px 32px;\">"+neiRong +
|
|
|
- "<p><strong>二、标本处理菜单地址</strong></p><p style=\"margin: 0 0 10px 32px\">"+biaoBenDiDian+"</p>";
|
|
|
+ String title = "样品保存与弃置记录填写提醒";
|
|
|
+ String neiRong = "请确认今日是否有样品保存与弃置记录需填写";
|
|
|
+ String biaoBenDiDian ="菜单位置:检验过程管理-样品保存与弃置";
|
|
|
+ String content = "<p style=\"font-weight: 600; font-size: 24px; text-align: center; margin-bottom: 20px;\"></p>" +"<br>"+
|
|
|
+ "<p style=\"margin: 0 0 10px 32px;\">"+neiRong +
|
|
|
+ "<p style=\"margin: 0 0 10px 32px\">"+biaoBenDiDian+"</p>";
|
|
|
|
|
|
MessageQueueProductorUtil.send("SmpStorAndDisposalNotifiJob", "system" , "inner", receiver,null , title, content, null, null, null);
|
|
|
logger.warn("SmpStorAndDisposalNotifiJob.receiver{}已发送消息提醒",receiverNames);
|