Commit 3a3ca84b by huluobin

update

parent f7d2102f
......@@ -419,6 +419,7 @@ public class MallOrderServiceImpl extends ServiceImpl<MallOrderMapper, MallOrder
} else {
mallOrder.setTotalPayAmount(mallOrder.getTotalAmount());
}
mallOrder.setTotalPayAmount(mallOrder.getTotalAmount().add(mallOrder.getFreight()));
mallOrderMapper.updateById(mallOrder);
}
......
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