|
@@ -159,7 +159,7 @@ public class AutoReplyVideoDataJob {
|
|
|
// }
|
|
|
|
|
|
// ghIds.add(cgiReplyBucketData.getGhId());
|
|
|
- String msg = String.format("账号名称:%s \n 渠道id:%s \n 审核不通过的视频id:%s \n ghId:%s",
|
|
|
+ String msg = String.format("账号名称:%s \n 渠道id:%s \n 审核不通过的视频id:%s \n ghId:%s",
|
|
|
ghDetail.getGhName(), ghDetail.getChannel(), videoId, ghDetail.getGhId());
|
|
|
LarkRobotUtil.sendAutoReplyVideoMessage(msg);
|
|
|
if (auditGhIds.contains(ghId)) {
|