修改订单打包费

This commit is contained in:
19991905653
2024-04-02 13:51:05 +08:00
parent a83dee6c6e
commit b0376eca4c

View File

@@ -313,7 +313,8 @@ public class OrderService {
orderInfo.setAmount(totalAmount);
orderInfo.setOriginAmount(totalAmount);
orderInfo.setStatus("unpaid");
orderInfo.setOrderAmount(totalAmount.add(packAMount));
orderInfo.setOrderAmount(totalAmount);
// orderInfo.setOrderAmount(totalAmount.add(packAMount));
orderInfo.setFreightAmount(feeAmount);
orderInfo.setProductAmount(saleAmount);
orderInfo.setTradeDay(DateUtils.getDay());