|
|
@@ -78,6 +78,6 @@ public class OrderServiceImpl extends ServiceImpl<IOrderMapper, Order> implement
|
|
|
wrapper.set(Order::getPayTime,new Date());
|
|
|
this.update(wrapper);
|
|
|
Order order = this.getById(orderId);
|
|
|
- rabbitMqProducer.sendByWorkQueue(CacheUtil.orderPayResultQueue,order);
|
|
|
+ rabbitMqProducer.sendByWorkQueue(CacheUtil.orderPayResultQueue,JSONObject.toJSONString(order));
|
|
|
}
|
|
|
}
|