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

Commit c4cf8435 authored by 胡佳晨's avatar 胡佳晨

压测提交

parent e48a3cd6
......@@ -554,7 +554,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
orderVo.setCreatedAt(getNowTime());
time2 = System.currentTimeMillis();
redisUtils.setGoblinOrder(orderVo.getOrderId(), orderVo);
redisUtils.setMasterCode(preParam.getOrderMasterCode(), preParam.getOrderIdList().substring(1));
redisUtils.setMasterCode(orderVo.getMasterOrderCode(), preParam.getOrderIdList().substring(1));
orderVoList.add(orderVo);
log.info("保存数据:" + (System.currentTimeMillis() - time2) + "ms");
......
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