订单备注

This commit is contained in:
2024-08-01 10:52:55 +08:00
parent 8a31f093fe
commit f3f0e39459

View File

@@ -459,6 +459,7 @@ public class OrderService {
orderInfo.setStatus("unpaid");
orderInfo.setOrderAmount(totalAmount);
// orderInfo.setOrderAmount(totalAmount.add(packAMount));
orderInfo.setRemark(orderVo.getRemark());
orderInfo.setFreightAmount(feeAmount);
orderInfo.setProductAmount(saleAmount);
orderInfo.setTradeDay(DateUtils.getDay());