This commit is contained in:
=
2026-08-04 09:52:49 +08:00
parent aacfc6597e
commit b2c8db52f9
2 changed files with 4 additions and 3 deletions
@@ -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)
},