|
@@ -156,12 +156,11 @@ public class WeComHistoryDataJob {
|
|
stringBuilder.append(sendDetail.getRemark());
|
|
stringBuilder.append(sendDetail.getRemark());
|
|
long count = sendCountList.get(0) + sendCountList.get(1) + sendCountList.get(2) + sendCountList.get(3);
|
|
long count = sendCountList.get(0) + sendCountList.get(1) + sendCountList.get(2) + sendCountList.get(3);
|
|
if (count != 0 && count == sendCountList.get(0)) {
|
|
if (count != 0 && count == sendCountList.get(0)) {
|
|
- LarkRobotUtil.sendMessage("@薛一鸣 存在未发送记录,请检查");
|
|
|
|
|
|
+ LarkRobotUtil.sendMessage(sendDetail.getRemark() + "存在未发送记录,请检查");
|
|
if (sendDetail.getStaffId() == 3) {
|
|
if (sendDetail.getStaffId() == 3) {
|
|
- LarkRobotUtil.sendTipMessage("@王钧灏 存在未发送记录,请检查");
|
|
|
|
|
|
+ LarkRobotUtil.sendTipMessage(sendDetail.getRemark() + "存在未发送记录,请检查");
|
|
} else {
|
|
} else {
|
|
- LarkRobotUtil.sendNotPushMessage("@孟孟 " + sendDetail.getRemark() + " 存在未发送记录,请检查");
|
|
|
|
- LarkRobotUtil.sendNotPushMessage("@邓峰 " + sendDetail.getRemark() + " 存在未发送记录,请检查");
|
|
|
|
|
|
+ LarkRobotUtil.sendNotPushMessage("<at user_id=\"all\">所有人</at> " + sendDetail.getRemark() + " 存在未发送记录,请检查");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
stringBuilder.append("总发送数量:").append(count).append(" ");
|
|
stringBuilder.append("总发送数量:").append(count).append(" ");
|