Commit 2fcbe42b by xiaoer.li@freemud.com

fuck

parent 06a9591e
...@@ -775,7 +775,7 @@ public class CheckOrder { ...@@ -775,7 +775,7 @@ public class CheckOrder {
} }
Integer svcAmount = 0 ; Integer svcAmount = 0 ;
Integer svcVAmount = 0 ; Integer svcVAmount = 0 ;
Long totalVAmount = shoppingCartGoodsDto.getTotalAmount(); Long totalVAmount = shoppingCartGoodsDto.getTotalAmount() +shoppingCartGoodsDto.getPackageAmount();
if (svcCardAmount.getData().getData().getCardSimpleInfos().size()>0) { if (svcCardAmount.getData().getData().getCardSimpleInfos().size()>0) {
svcAmount = svcCardAmount.getData().getData().getCardSimpleInfos().get(0).getAmount(); svcAmount = svcCardAmount.getData().getData().getCardSimpleInfos().get(0).getAmount();
svcVAmount = svcCardAmount.getData().getData().getCardSimpleInfos().get(0).getVamount(); svcVAmount = svcCardAmount.getData().getData().getCardSimpleInfos().get(0).getVamount();
......
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