记得上下班打卡 | git大法好,push需谨慎

Commit 0962bd57 authored by 张国柄's avatar 张国柄

~opt;

parent ac9a5f28
...@@ -87,7 +87,7 @@ public class GoblinPosController { ...@@ -87,7 +87,7 @@ public class GoblinPosController {
return ResponseDto.failure(ErrorCode.HTTP_PARAM_ERROR.getCode(), "店铺不存在"); return ResponseDto.failure(ErrorCode.HTTP_PARAM_ERROR.getCode(), "店铺不存在");
} }
String storeId = storeInfoVo.getStoreId(); String storeId = storeInfoVo.getStoreId();
skuids = skuids.replaceAll("\"", "").replace("skuids:", "").replace("{", "").replace("}", ""); skuids = skuids.replaceAll("[\":{}]", "").substring(5);
String[] skuIdArr = skuids.split(","); String[] skuIdArr = skuids.split(",");
List<GoblinPosGoodsVo> posGoodsVoList = ObjectUtil.getGoblinPosGoodsVoArrayList(); List<GoblinPosGoodsVo> posGoodsVoList = ObjectUtil.getGoblinPosGoodsVoArrayList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment