Commit 8cd22272 by xiangkun.gu

修改现金支付设置轮循队列的暴露接口

parent b845affe
...@@ -1506,7 +1506,6 @@ public class PayServiceImpl { ...@@ -1506,7 +1506,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