|
@@ -1541,8 +1541,9 @@ public class CoreServiceImpl implements CoreService {
|
|
|
&& !pushStatusVO.getErrorMsg().contains("45028")
|
|
&& !pushStatusVO.getErrorMsg().contains("45028")
|
|
|
&& !pushStatusVO.getErrorMsg().contains("所有分组均发表失败")) {
|
|
&& !pushStatusVO.getErrorMsg().contains("所有分组均发表失败")) {
|
|
|
log.error("push error pushId={} msg={}", pushId, pushStatusVO.getErrorMsg());
|
|
log.error("push error pushId={} msg={}", pushId, pushStatusVO.getErrorMsg());
|
|
|
- String message = String.format("发布失败,请查看,pushId=%s 失败信息:%s 账号名称:%s 计划名称:%s",
|
|
|
|
|
- pushId, pushStatusVO.getErrorMsg(), planAccount.getAccountName(), planAccount.getPlanName());
|
|
|
|
|
|
|
+ String message = String.format("发布失败,请查看,pushId=%s 失败信息:%s 账号名称:%s 计划id:%s 计划名称:%s",
|
|
|
|
|
+ pushId, pushStatusVO.getErrorMsg(), planAccount.getAccountName(),
|
|
|
|
|
+ planAccount.getPlanId(), planAccount.getPlanName());
|
|
|
LarkRobotUtil.sendMessage(message);
|
|
LarkRobotUtil.sendMessage(message);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|