|
@@ -503,7 +503,7 @@ public class WeComMessageDataJob {
|
|
|
sendMessage.setIsSend(0);
|
|
|
sendMessage.setCreateTime(DateUtil.getThatDayDate());
|
|
|
List<String> sendUserList = sendMessageMapper.selectExternalUserId(sendMessage);
|
|
|
- boolean flag = pushMessage(sendUserList, sendMessage, false, false, true);
|
|
|
+ boolean flag = pushMessage(sendUserList, sendMessage, false, false, false);
|
|
|
if (flag) {
|
|
|
SendMessage updateSendMessage = new SendMessage();
|
|
|
updateSendMessage.setIsSend(1);
|
|
@@ -530,12 +530,8 @@ public class WeComMessageDataJob {
|
|
|
JSONObject text = new JSONObject();
|
|
|
// String content = messageService.getMessageText();
|
|
|
// text.put("content", content);
|
|
|
- text.put("content", "您知道吗?养老金就像炖老火汤——火候(缴费年限)、料足不足(缴费基数)都影响滋味!\n" +
|
|
|
- "回复【1】一键领取:\n" +
|
|
|
- "↓ 免费领您三样东西 ↓\n" +
|
|
|
- "① 养老金‘少算500块’自检表(对照这5项立马找出漏算项目)\n" +
|
|
|
- "② 工龄折算技巧(知青/退伍兵多领800+案例)\n" +
|
|
|
- "③ 私聊领《2025补发对照表》(附社保局最新批文截图)");
|
|
|
+ text.put("content", "晚上好呀~看您昨天都没回复我呢,是不是最近比较忙呀?有什么我能帮到忙的事情吗?\n" +
|
|
|
+ "比如出行天气提醒?或经典老歌推荐,咱们来一起听听歌,放松一下,好吗?\uD83C\uDF39");
|
|
|
jsonObject.put("text", text);
|
|
|
jsonObject.put("sender", staff.getCarrierId());
|
|
|
JSONArray attachments = new JSONArray();
|