修复提交订单运费的问题
This commit is contained in:
@ -1469,6 +1469,10 @@ public class YxStoreOrderServiceImpl extends BaseServiceImpl<YxStoreOrderMapper,
|
|||||||
Double payPrice = cacheDTO.getPriceGroup().getTotalPrice();
|
Double payPrice = cacheDTO.getPriceGroup().getTotalPrice();
|
||||||
Double payPostage = cacheDTO.getPriceGroup().getStorePostage();
|
Double payPostage = cacheDTO.getPriceGroup().getStorePostage();
|
||||||
|
|
||||||
|
if(shippingType == 1){
|
||||||
|
payPrice = NumberUtil.add(payPrice,payPostage);
|
||||||
|
}
|
||||||
|
|
||||||
boolean deduction = false;//拼团秒杀砍价等
|
boolean deduction = false;//拼团秒杀砍价等
|
||||||
int combinationId = 0;
|
int combinationId = 0;
|
||||||
int seckillId = 0;
|
int seckillId = 0;
|
||||||
|
Reference in New Issue
Block a user