记得上下班打卡 | git大法好,push需谨慎

Commit 12bf7cdd authored by 胡佳晨's avatar 胡佳晨

修改压测

parent eaa66258
...@@ -554,7 +554,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService { ...@@ -554,7 +554,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
time2 = System.currentTimeMillis(); time2 = System.currentTimeMillis();
//待支付发送队列 //待支付发送队列
queueUtils.sendMsgByRedisGoblinStock(orderVo.getMasterOrderCode(), storeOrder.getCreatedAt()); // queueUtils.sendMsgByRedisGoblinStock(orderVo.getMasterOrderCode(), storeOrder.getCreatedAt());
log.info("发送队列 待支付订单:" + (System.currentTimeMillis() - time2) + "ms"); log.info("发送队列 待支付订单:" + (System.currentTimeMillis() - time2) + "ms");
//redis 赋值 //redis 赋值
orderVo.setOrderAttrVo(orderAttrVo); orderVo.setOrderAttrVo(orderAttrVo);
......
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