xueyiming преди 11 месеца
родител
ревизия
cb9721d617
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

+ 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();