丁云鹏 11 mesiacov pred
rodič
commit
88958b8c27

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

@@ -102,7 +102,7 @@ public class FeatureDiff {
                     }
 
                     for (Map.Entry<String, String> offlineE : offline.entrySet()) {
-                        if (!StringUtils.equals(online.get(offlineE.getKey()), offlineE.getKey())) {
+                        if (!StringUtils.equals(online.get(offlineE.getKey()), offlineE.getValue())) {
                             return true;
                         }
                     }