xueyiming il y a 8 mois
Parent
commit
68b4ecae8b

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