|
@@ -323,6 +323,7 @@ public class WeComMessageDataJob {
|
|
videoCombination = guaranteedVideoMap.get(0L);
|
|
videoCombination = guaranteedVideoMap.get(0L);
|
|
}
|
|
}
|
|
if (videoCombination == null) {
|
|
if (videoCombination == null) {
|
|
|
|
+ log.error("保底数据获取失败,staffId={}, guaranteedVideoMap={}", staffId, guaranteedVideoMap);
|
|
LarkRobotUtil.sendMessage("组装数据时,保底数据获取异常");
|
|
LarkRobotUtil.sendMessage("组装数据时,保底数据获取异常");
|
|
throw new RuntimeException("保底数据获取异常");
|
|
throw new RuntimeException("保底数据获取异常");
|
|
}
|
|
}
|