修复提交订单运费的问题

This commit is contained in:
hupeng
2020-02-13 17:32:35 +08:00
parent d156fa09dc
commit 9cf9c7d460

View File

@ -1469,6 +1469,10 @@ public class YxStoreOrderServiceImpl extends BaseServiceImpl<YxStoreOrderMapper,
Double payPrice = cacheDTO.getPriceGroup().getTotalPrice();
Double payPostage = cacheDTO.getPriceGroup().getStorePostage();
if(shippingType == 1){
payPrice = NumberUtil.add(payPrice,payPostage);
}
boolean deduction = false;//拼团秒杀砍价等
int combinationId = 0;
int seckillId = 0;