xueyiming vor 5 Monaten
Ursprung
Commit
160cab9f66

+ 1 - 0
we-com-server/src/main/java/com/tzld/piaoquan/wecom/job/WeComMessageDataJob.java

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