丁云鹏 vor 3 Tagen
Ursprung
Commit
4279ec8fa9

+ 1 - 1
recommend-feature-produce/src/main/java/com/tzld/piaoquan/recommend/feature/produce/ODPSToRedis.java

@@ -88,7 +88,7 @@ public class ODPSToRedis {
                         OkHttpClient client = new OkHttpClient();
                         client.newCall(request).execute();
                     } catch (Exception e) {
-
+                        log.error("send feishu alert error ", e);
                     }
                     Map<String, String> partitionMap = odpsService.getLastestPartition(config, argMap);
                     argMap.putAll(partitionMap);