Commit 47963a64 by 周晓航

添加日志

parent ec01d873
...@@ -3219,12 +3219,10 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -3219,12 +3219,10 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
if (!ResponseCodeConstant.RESPONSE_SUCCESS_STR.equals(availableStocks.getCode())){ if (!ResponseCodeConstant.RESPONSE_SUCCESS_STR.equals(availableStocks.getCode())){
// 没有请求数据 // 没有请求数据
fullReplace = false; fullReplace = false;
return fullReplace;
} }
if (CollectionUtils.isEmpty(availableStocks.getResult())){ if (CollectionUtils.isEmpty(availableStocks.getResult())){
LogUtil.info("request check stock limit fail result is null",requestDto,availableStocks); LogUtil.info("request check stock limit fail result is null",requestDto,availableStocks);
fullReplace = false; fullReplace = false;
return fullReplace;
} }
List<GetProductStockResponseDto.DataBean> availableStocksResult = availableStocks.getResult(); List<GetProductStockResponseDto.DataBean> availableStocksResult = availableStocks.getResult();
......
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