|
@@ -309,7 +309,7 @@ public class XiaoJuServiceImpl implements XiaoJuService {
|
|
|
List<ItemPriceInfo> itemInfoList = storePriceInfo.getItemInfoList();
|
|
|
entries.put("itemInfoList",itemInfoList);
|
|
|
|
|
|
- stringStringHashMap.put(storePriceInfo.getStoreId(),itemInfoList.toString());
|
|
|
+ stringStringHashMap.put(storePriceInfo.getStoreId(),JSONUtil.toJsonStr(entries));
|
|
|
|
|
|
}
|
|
|
|