Commit 5fefe3d4 by xiangkun.gu

Merge remote-tracking branch 'origin/applet/2022-02-11-暴露创建订单业务相关接口' into qa

parents b9526b4c 8cd22272
...@@ -1511,7 +1511,6 @@ public class PayServiceImpl { ...@@ -1511,7 +1511,6 @@ public class PayServiceImpl {
} }
public void putRoundRobin(PutRoundRobinVo putRoundRobinVo) { public void putRoundRobin(PutRoundRobinVo putRoundRobinVo) {
redisCache.save(RedisUtil.getPaymentTransIdOrderKey(putRoundRobinVo.getEbCode()), putRoundRobinVo.getOrderCode(), 1L, TimeUnit.DAYS);
//加入轮训队列 //加入轮训队列
this.putDelMq(putRoundRobinVo.getPartnerId(), this.putDelMq(putRoundRobinVo.getPartnerId(),
putRoundRobinVo.getStoreId(), putRoundRobinVo.getStoreId(),
......
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