Commit 9232a794 by ping.wu

报错修改

parent 39919b8c
...@@ -183,7 +183,7 @@ public class SellCouponOrderServiceImpl { ...@@ -183,7 +183,7 @@ public class SellCouponOrderServiceImpl {
ProductInfosDto productInfosDto = storeItemClient.listProductInfos(getProductInfoDto); ProductInfosDto productInfosDto = storeItemClient.listProductInfos(getProductInfoDto);
if (!ResponseCodeConstant.RESPONSE_SUCCESS.equals(productInfosDto.getErrcode()) || CollectionUtils.isEmpty(productInfosDto.getData().getProducts())) { if (!ResponseCodeConstant.RESPONSE_SUCCESS.equals(productInfosDto.getErrcode()) || CollectionUtils.isEmpty(productInfosDto.getData().getProducts())) {
ApiLog.info("查询商品信息失败,getProductInfoDto,baseResponse",getProductInfoDto,productInfosDto); ApiLog.info("查询商品信息失败,getProductInfoDto,baseResponse",getProductInfoDto,productInfosDto);
return ResponseUtil.error(productInfosDto.getCode().toString(),"商品不存在"); return ResponseUtil.error(ResponseResult.STORE_ITEM_CHECK_INVAILD);
} }
//通过商户号配置进阿波罗,识别哪些商户走仅限一次卖券业务 wanghanghang 0610 //通过商户号配置进阿波罗,识别哪些商户走仅限一次卖券业务 wanghanghang 0610
......
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