gongfuzhu 11 tháng trước cách đây
mục cha
commit
5aa49d442c

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/service/impl/XiaoJuServiceImpl.java

@@ -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));
 
         }