|
@@ -5225,7 +5225,7 @@ public class FsStoreOrderServiceImpl implements IFsStoreOrderService {
|
|
|
goods.forEach(item -> {
|
|
goods.forEach(item -> {
|
|
|
WeizouOrderEntry entry = new WeizouOrderEntry();
|
|
WeizouOrderEntry entry = new WeizouOrderEntry();
|
|
|
FsIntegralGoodsVo good = goodsMap.get(((com.alibaba.fastjson.JSONObject) item).getLong("goodsId"));
|
|
FsIntegralGoodsVo good = goodsMap.get(((com.alibaba.fastjson.JSONObject) item).getLong("goodsId"));
|
|
|
- entry.setSkuNumber(good.getBarCode()).setRetailPrice(good.getOtPrice())
|
|
|
|
|
|
|
+ entry.setSkuNumber(good.getBarCode()).setRetailPrice(good.getCash())
|
|
|
.setTaxPrice(good.getCash()).setTaxTotalAmount(good.getCash().multiply(new BigDecimal(((com.alibaba.fastjson.JSONObject) item).getInteger("num"))))
|
|
.setTaxPrice(good.getCash()).setTaxTotalAmount(good.getCash().multiply(new BigDecimal(((com.alibaba.fastjson.JSONObject) item).getInteger("num"))))
|
|
|
.setCount(((com.alibaba.fastjson.JSONObject) item).getInteger("num"));
|
|
.setCount(((com.alibaba.fastjson.JSONObject) item).getInteger("num"));
|
|
|
orders.add(entry);
|
|
orders.add(entry);
|