xueyiming vor 5 Monaten
Ursprung
Commit
fbbb9afed8

+ 4 - 0
we-com-server/src/main/java/com/tzld/piaoquan/wecom/job/WeComHistoryDataJob.java

@@ -146,6 +146,10 @@ 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);
+            Long notSentCount = sendCountList.get(0);
+            if(notSentCount != 0){
+                LarkRobotUtil.sendMessage("@薛一鸣 存在未发送记录,请检查");
+            }
             stringBuilder.append("总发送数量:").append(count).append("   ");
             stringBuilder.append("总发送数量:").append(count).append("   ");
             stringBuilder.append("未发送数量:").append(sendCountList.get(0)).append("   ");
             stringBuilder.append("未发送数量:").append(sendCountList.get(0)).append("   ");
             stringBuilder.append("已发送数量:").append(sendCountList.get(1)).append("   ");
             stringBuilder.append("已发送数量:").append(sendCountList.get(1)).append("   ");