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