|
@@ -423,7 +423,8 @@ public class CoreServiceImpl implements CoreService {
|
|
|
|
|
|
if (articleSortResponse == null || articleSortResponse.getData() == null) {
|
|
|
log.info("articleSortResponse={}", articleSortResponse);
|
|
|
- LarkRobotUtil.sendMessage("排序结果为空");
|
|
|
+ String message = String.format("排序结果为空 planId=%s accountName=%s", planAccount.getPlanId(), planAccount.getAccountName());
|
|
|
+ LarkRobotUtil.sendMessage(message);
|
|
|
continue;
|
|
|
}
|
|
|
ArticleSortResponseData data = articleSortResponse.getData();
|