|
@@ -164,7 +164,8 @@ public class XxlJobService {
|
|
|
accountNames.remove(errorMsgDetail.getAccountName());
|
|
|
}
|
|
|
}
|
|
|
- if (CollectionUtil.isEmpty(planErrorMsg.getErrorMsgDetails())) {
|
|
|
+ if (CollectionUtil.isEmpty(planErrorMsg.getErrorMsgDetails())
|
|
|
+ || CollectionUtil.isEmpty(accountNames)) {
|
|
|
return;
|
|
|
}
|
|
|
FeishuMessageSender.sendWebHookMessage(FeishuRobotIdEnum.RECOMMEND.getRobotId(),
|