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

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

@@ -343,9 +343,6 @@ 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;
             }
             ArticleSortResponseData data = articleSortResponse.getData();