Selaa lähdekoodia

人员培训通知日历公告消息标题调整

szjbdgzl 1 vuosi sitten
vanhempi
sitoutus
8fed699aa3

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

@@ -68,7 +68,7 @@ public class PersonnelTrainJob extends BaseJob2 {
                     // 提醒培训负责人
                     String fuzeren = train.get("bian_zhi_ren_").toString();
                     receiver.add(fuzeren);
-                    String title = "培训准备通知";
+                    String title = "【"+ peiXunNeiRong +"】的培训准备通知";
                     String content = "您有一个主题为【"+peiXunNeiRong+"】的培训将于 "+starDate+" 开始,请及时前往培训管理页面完善培训信息!";
                     this.sendCalendarRemind(id,fuzeren,content,starDate,title);
                     MessageQueueProductorUtil.send("PersonnelTrainJob", "system" , "inner" , receiver,null , title, content, null, null, null);
@@ -131,7 +131,7 @@ public class PersonnelTrainJob extends BaseJob2 {
                     newsPo.setPublicItem("notices");
                     newsPo.setPublic0("Y");
                     newsPo.setStatus("publish");
-                    newsPo.setTitle("培训通知");
+                    newsPo.setTitle("【"+ peiXunNeiRong +"】的培训通知");
                     newsPo.setUserId(userId);
                     newsPo.setUserName(userName);
                     newsPo.setType(didian);
@@ -163,7 +163,7 @@ public class PersonnelTrainJob extends BaseJob2 {
         calendarPo.setDataSourceId(id);
         calendarPo.setUserId(userId);
         calendarPo.setUserName(userName);
-        calendarPo.setTitle("培训通知");
+        calendarPo.setTitle("【"+ peiXunNeiRong +"】的培训通知");
         String neiRong = peiXunNeiRong+"培训通知:\n" +
                 "  1.培训主题: "+peiXunNeiRong+"\n" +
                 "  2.时间安排: 开始时间:"+starDate+" 结束时间:"+endDate+"\n" +