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