我试图在速度中添加两个值,它总是返回 0。我做错了什么?
#set ($tmpPrice = $orderItem.ExtendedPrice + $discountAmount)
$orderItem.ExtendedPrice 和 $discountAmount 都是带小数的整数,例如:99.99
我试图在速度中添加两个值,它总是返回 0。我做错了什么?
#set ($tmpPrice = $orderItem.ExtendedPrice + $discountAmount)
$orderItem.ExtendedPrice 和 $discountAmount 都是带小数的整数,例如:99.99