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

Commit 21b819ad authored by 张国柄's avatar 张国柄

~opt;

parent 0962bd57
......@@ -87,7 +87,7 @@ public class GoblinPosController {
return ResponseDto.failure(ErrorCode.HTTP_PARAM_ERROR.getCode(), "店铺不存在");
}
String storeId = storeInfoVo.getStoreId();
skuids = skuids.replaceAll("[\":{}]", "").substring(5);
skuids = skuids.replaceFirst("skuids","").replaceAll("[\":{}]", "");
String[] skuIdArr = skuids.split(",");
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