Просмотр исходного кода

[task-5298] 东莞标本消息改造

xiexh 4 месяцев назад
Родитель
Сommit
d6691c9095

+ 1 - 3
ibps-provider-root/modules/provider-platform/src/main/java/com/lc/ibps/platform/plan/job/SmpStorAndDisposalNotifiJob.java

@@ -33,9 +33,7 @@ public class SmpStorAndDisposalNotifiJob extends BaseJob2 {
         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>";
+        String content = neiRong +"<br />"+biaoBenDiDian;
 
         MessageQueueProductorUtil.send("SmpStorAndDisposalNotifiJob", "system" , "inner", receiver,null , title, content, null, null, null);
         logger.warn("SmpStorAndDisposalNotifiJob.receiver{}已发送消息提醒",receiverNames);