commit
This commit is contained in:
+3
-2
@@ -135,7 +135,8 @@ public class WelfareSelectionSituationServiceImpl extends BaseServiceImpl<Welfar
|
||||
if (recipientIds.isEmpty()) {
|
||||
return 0;
|
||||
}
|
||||
String title = "福利选择提醒";
|
||||
// 各消息渠道统一使用福利业务标题,学校OA再拼接自定义正文作为待办标题。
|
||||
String title = "智慧工会职工福利:";
|
||||
String pcUrl = buildWelfareSelectionUrl("/platform/welfare/userSelect");
|
||||
String appUrl = buildWelfareSelectionUrl("/platform/h5/welfare/userSelect/list");
|
||||
|
||||
@@ -153,7 +154,7 @@ public class WelfareSelectionSituationServiceImpl extends BaseServiceImpl<Welfar
|
||||
}
|
||||
// AppSchoolOa 控制学校OA待办;学校OA没有正文栏位,标题使用自定义提醒内容。
|
||||
if (Boolean.TRUE.equals(Globals.MyConfig.getBoolean("AppSchoolOa"))) {
|
||||
schoolOaTodoService.createWelfareReminderTodos(pageForm.getProjectId(), title + ":" + content,
|
||||
schoolOaTodoService.createWelfareReminderTodos(pageForm.getProjectId(), title + content,
|
||||
pcUrl, appUrl, SecurityUtil.getUserId(), recipientIds);
|
||||
}
|
||||
return recipientIds.size();
|
||||
|
||||
@@ -262,7 +262,7 @@ layout("/layouts/platform.html"){
|
||||
return
|
||||
}
|
||||
this.$set(this, "reminderCount", response.data)
|
||||
this.$set(this, "reminderContent", "福利选择提醒:请及时完成本次福利选择。")
|
||||
this.$set(this, "reminderContent", "请及时完成本次福利选择。")
|
||||
this.$set(this, "reminderVisible", true)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user