xueyiming 1 년 전
부모
커밋
68b4ecae8b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/impl/CoreServiceImpl.java

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

@@ -310,6 +310,7 @@ public class CoreServiceImpl implements CoreService {
                 continue;
             }
             if (CollectionUtils.isEmpty(articleSortResponse.getData().getRank_list())) {
+                LarkRobotUtil.sendMessage("排序结果为空  请查看 " + JSON.toJSONString(articleSortRequest));
                 planAccount.setRetryCount(planAccount.getRetryCount() + 1);
                 planAccountMapper.updateByPrimaryKeySelective(planAccount);
                 continue;