记得上下班打卡 | git大法好,push需谨慎

Commit 9d63b8d3 authored by 胡佳晨's avatar 胡佳晨

修改erp推送 sku原价改为支付价格

parent eea5e654
...@@ -269,7 +269,7 @@ public class WdtServiceImpl implements IGoblinErpService { ...@@ -269,7 +269,7 @@ public class WdtServiceImpl implements IGoblinErpService {
orderSkuParam.setDiscount(BigDecimal.ZERO); orderSkuParam.setDiscount(BigDecimal.ZERO);
orderSkuParam.setShare_discount(orderSkuVo.getPriceVoucher()); orderSkuParam.setShare_discount(orderSkuVo.getPriceVoucher());
warehouseNo = orderSkuVo.getErpWarehouseNo(); warehouseNo = orderSkuVo.getErpWarehouseNo();
priceA = priceA.add(orderSkuVo.getSkuPrice()); priceA = priceA.add(orderSkuVo.getSkuPriceActual());
listOrderSku.add(orderSkuParam); listOrderSku.add(orderSkuParam);
} }
//配置订单维度数据 //配置订单维度数据
......
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