|
@@ -197,10 +197,10 @@ public class OrderServiceImpl extends ServiceImpl<OrderMapper, Order> implements
|
|
|
msgLog.setBusinessId(String.format("%s%s",MsgLogBusinessCode.ORDER,order.getId()));
|
|
|
msgLog.setExchange(RabbitmqBeenCode.CART_CHARGE_CONSUMER.getName());
|
|
|
msgLog.setRoutingKey(RabbitmqBeenCode.CART_CHARGE_CONSUMER.getName());
|
|
|
- msgLog.setMsg(JSON.toJSONString(chargeVo));
|
|
|
msgLog.setId(System.nanoTime());
|
|
|
msgLog.setCreateTime(new Date());
|
|
|
chargeVo.setSeq(msgLog.getId());
|
|
|
+ msgLog.setMsg(JSON.toJSONString(chargeVo));
|
|
|
msgLogService.save(msgLog);
|
|
|
CorrelationData correlationData = new CorrelationData(msgLog.getId().toString());
|
|
|
log.info("卡充值发送日志-------"+"时间:"+DateUtils.format(new Date(),null)+","+"msg:"+chargeVo);
|