订单备注

This commit is contained in:
wangw 2024-08-01 10:52:55 +08:00
parent 8a31f093fe
commit f3f0e39459
1 changed files with 1 additions and 0 deletions

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());