|
@@ -161,6 +161,7 @@ public class WeComMessageDataJob {
|
|
LarkRobotUtil.sendMessage("保底视频没有默认组,请查看" + guaranteedParam.getDate());
|
|
LarkRobotUtil.sendMessage("保底视频没有默认组,请查看" + guaranteedParam.getDate());
|
|
throw new RuntimeException();
|
|
throw new RuntimeException();
|
|
}
|
|
}
|
|
|
|
+ log.info("保底数据获取,videoMap={}", videoMap);
|
|
this.guaranteedVideoMap = videoMap;
|
|
this.guaranteedVideoMap = videoMap;
|
|
}
|
|
}
|
|
|
|
|