类型转换问题
This commit is contained in:
@@ -232,8 +232,8 @@ public class OrderInfoServiceImpl extends ServiceImpl<OrderInfoMapper, OrderInfo
|
||||
//商品券 <商品id,数量>
|
||||
Map<Long, Integer> prodCouponMap = new HashMap<>();
|
||||
//满减券 满fullCouponAmount 减disCouponAmount
|
||||
String fullAmountStr = "";
|
||||
String discountAmountStr = "";
|
||||
String fullAmountStr = "0";
|
||||
String discountAmountStr = "0";
|
||||
//校验优惠券
|
||||
checkCoupon(prodCouponMap, fullAmountStr, discountAmountStr, param);
|
||||
BigDecimal fullAmount = new BigDecimal(fullAmountStr);
|
||||
|
||||
Reference in New Issue
Block a user