Showing
1 changed file
with
1 additions
and
1 deletions
@@ -41,7 +41,7 @@ public class UfoSizeIndexBaseService { | @@ -41,7 +41,7 @@ public class UfoSizeIndexBaseService { | ||
41 | if (sizeMap.containsKey(sizeName)) { | 41 | if (sizeMap.containsKey(sizeName)) { |
42 | Map<String, Object> oldMap = sizeMap.get(sizeName); | 42 | Map<String, Object> oldMap = sizeMap.get(sizeName); |
43 | String oldSizeIds = MapUtils.getString(oldMap, "size_id"); | 43 | String oldSizeIds = MapUtils.getString(oldMap, "size_id"); |
44 | - oldMap.put(sizeName, oldSizeIds + "," + sizeId); | 44 | + oldMap.put("size_id", oldSizeIds + "," + sizeId); |
45 | } else { | 45 | } else { |
46 | sizeMap.put(sizeName, map); | 46 | sizeMap.put(sizeName, map); |
47 | } | 47 | } |
-
Please register or login to post a comment