Commit ed807a2a by 周晓航

修复金额显示问题

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 6f427515
...@@ -867,7 +867,6 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -867,7 +867,6 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
} }
BaseResponse<PremiumExchangeResponseVo> premiumExchangeResponseVoBaseResponse = premiumExchange(request); BaseResponse<PremiumExchangeResponseVo> premiumExchangeResponseVoBaseResponse = premiumExchange(request);
List<PremiumExchangeResponseVo.PremiumExchangeProduct> chooseSendGoodList = null; List<PremiumExchangeResponseVo.PremiumExchangeProduct> chooseSendGoodList = null;
ShoppingSdkLogUtil.printLog("fisherman 新算价日志查询:", JSON.toJSONString(premiumExchangeResponseVoBaseResponse),JSON.toJSONString(shoppingCartGoodsResponseVo));
if (premiumExchangeResponseVoBaseResponse != null && ResponseResult.SUCCESS.getCode().equals(premiumExchangeResponseVoBaseResponse.getCode()) if (premiumExchangeResponseVoBaseResponse != null && ResponseResult.SUCCESS.getCode().equals(premiumExchangeResponseVoBaseResponse.getCode())
&& premiumExchangeResponseVoBaseResponse.getResult() != null && CollectionUtils.isNotEmpty(premiumExchangeResponseVoBaseResponse.getResult().getProducts())) { && premiumExchangeResponseVoBaseResponse.getResult() != null && CollectionUtils.isNotEmpty(premiumExchangeResponseVoBaseResponse.getResult().getProducts())) {
List<PremiumExchangeResponseVo.PremiumExchangeProduct> products = premiumExchangeResponseVoBaseResponse.getResult().getProducts(); List<PremiumExchangeResponseVo.PremiumExchangeProduct> products = premiumExchangeResponseVoBaseResponse.getResult().getProducts();
......
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