Browse Source

修改报警

xueyiming 7 tháng trước cách đây
mục cha
commit
cb9721d617

+ 2 - 1
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

@@ -423,7 +423,8 @@ public class CoreServiceImpl implements CoreService {
 
                 if (articleSortResponse == null || articleSortResponse.getData() == null) {
                     log.info("articleSortResponse={}", articleSortResponse);
-                    LarkRobotUtil.sendMessage("排序结果为空");
+                    String message = String.format("排序结果为空 planId=%s accountName=%s", planAccount.getPlanId(), planAccount.getAccountName());
+                    LarkRobotUtil.sendMessage(message);
                     continue;
                 }
                 ArticleSortResponseData data = articleSortResponse.getData();