|
@@ -526,6 +526,7 @@ public class CoreServiceImpl implements CoreService {
|
|
|
PushStatusParam param = new PushStatusParam();
|
|
|
param.setPushId(pushId);
|
|
|
PushStatusVO pushStatusVO = aigcService.queryPushStatus(param);
|
|
|
+ log.info("pushStatusVO={} param={}", pushStatusVO, param);
|
|
|
if (pushStatusVO == null) {
|
|
|
continue;
|
|
|
}
|
|
@@ -542,8 +543,8 @@ public class CoreServiceImpl implements CoreService {
|
|
|
}
|
|
|
}
|
|
|
log.error("push error pushId={} msg={}", pushId, pushStatusVO.getErrorMsg());
|
|
|
-// LarkRobotUtil.sendMessage("发布失败,请查看,pushId=" + pushId + "失败信息"
|
|
|
-// + pushStatusVO.getErrorMsg() + "账号名称:" + accountName);
|
|
|
+ LarkRobotUtil.sendMessage("发布失败,请查看,pushId=" + pushId + "失败信息"
|
|
|
+ + pushStatusVO.getErrorMsg() + "账号名称:" + accountName);
|
|
|
}
|
|
|
int updateStatus = 0;
|
|
|
//推送失败 重新推送
|