...
|
...
|
@@ -66,8 +66,8 @@ public abstract class AbstractStorageRelatedMqListener extends AbstractMqListene |
|
|
indexData.put("colorNames", StringUtils.join(colorNameSet, ","));
|
|
|
} else {
|
|
|
indexData.put("goodsList", new JSONArray());
|
|
|
indexData.put("colorIds", " ");
|
|
|
indexData.put("colorNames", " ");
|
|
|
indexData.put("colorIds", "");
|
|
|
indexData.put("colorNames", "");
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|