Commit 93135153 by 徐康

日志

parent c602d582
...@@ -600,7 +600,7 @@ public class CouponDiscountCalculation { ...@@ -600,7 +600,7 @@ public class CouponDiscountCalculation {
totalAmount = totalAmount +product.getAmount() * cartGood.getQty(); totalAmount = totalAmount +product.getAmount() * cartGood.getQty();
} }
} catch (NumberFormatException e) { } catch (NumberFormatException e) {
log.error("数字转换异常:" + ExceptionUtils.getExceptionInfo(e)); log.error("数字转换异常:" + JSON.toJSONString(cartGoods) + ExceptionUtils.getExceptionInfo(e));
throw new ServiceException(ResponseResult.SYSTEM_ERROR); throw new ServiceException(ResponseResult.SYSTEM_ERROR);
} }
return totalAmount; return totalAmount;
......
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