|
@@ -278,10 +278,10 @@ public class OrderHandler {
|
|
|
}else{
|
|
|
if(activityDate.isStatus()){
|
|
|
/*满减*/
|
|
|
- Integer promotionAmout = fullReduc(activityDate,cartDtos);; //促销之后的金额 -- 总金额减去满减,满减的优先级高一些
|
|
|
+ Integer promotionAmout = fullReduc(activityDate,tempCarts);; //促销之后的金额 -- 总金额减去满减,满减的优先级高一些
|
|
|
|
|
|
//满赠
|
|
|
- giftCart(cartDtos);
|
|
|
+ giftCart(tempCarts);
|
|
|
}
|
|
|
}
|
|
|
dto.setActivityDate(activityDate);
|