fix bug
This commit is contained in:
@ -1801,6 +1801,7 @@ public class AppStoreOrderServiceImpl extends ServiceImpl<StoreOrderMapper, Stor
|
||||
//会员是否包邮
|
||||
if (priceGroupDTO.getVipFreeShipping()) {
|
||||
storeFreePostage = storePostage;
|
||||
cartInfo.forEach(res -> res.setPostagePrice(BigDecimal.ZERO));
|
||||
storePostage = BigDecimal.ZERO;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user