bug修复
This commit is contained in:
parent
d10d706597
commit
25e6e6788d
@ -165,8 +165,8 @@ public class OrderBiz {
|
|||||||
orderRepository.clearOrderCache(orderId); // 更新完了,清理下
|
orderRepository.clearOrderCache(orderId); // 更新完了,清理下
|
||||||
|
|
||||||
//支付时间
|
//支付时间
|
||||||
Date payAt = order.getPayAt();
|
|
||||||
OrderAppRespVO orderDetail = orderMapper.appDetail(orderId);
|
OrderAppRespVO orderDetail = orderMapper.appDetail(orderId);
|
||||||
|
Date payAt = orderDetail.getPayAt();
|
||||||
//商品创建时间
|
//商品创建时间
|
||||||
Date goodsCreateTime = new Date();
|
Date goodsCreateTime = new Date();
|
||||||
if (!orderDetail.getOrderItemList().isEmpty()) {
|
if (!orderDetail.getOrderItemList().isEmpty()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user